/** * @import {Schema} from './parse.js' */ /** * Compile a language schema to a BCP 47 language tag. * * @param {Partial | null | undefined} [schema] * Schema. * @returns {string} * BCP 47 tag. */ export function stringify(schema?: Partial | null | undefined): string; import type { Schema } from './parse.js'; //# sourceMappingURL=stringify.d.ts.map