dns-witch.net.eu.org/node_modules/bcp-47-normalize/lib/many.d.ts
2025-07-05 18:19:59 +02:00

10 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';