dns-witch.net.eu.org/node_modules/bcp-47-normalize/lib/many.d.ts

11 lines
237 B
TypeScript
Raw Normal View History

2025-07-05 16:19:59 +00:00
/**
* @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';