Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
10
node_modules/bcp-47-normalize/lib/many.d.ts
generated
vendored
Normal file
10
node_modules/bcp-47-normalize/lib/many.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @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';
|
||||
Reference in New Issue
Block a user