Files
firefrost-website/node_modules/bcp-47-normalize/lib/many.d.ts
2026-04-02 18:39:00 -05:00

11 lines
237 B
TypeScript

/**
* @typedef {'script'|'region'|'variants'} Field
*/
/**
* @type {{region: Record<string, Array<string>>}}
*/
export const many: {
region: Record<string, Array<string>>;
};
export type Field = 'script' | 'region' | 'variants';