Add initial 11ty website structure

This commit is contained in:
Marc Froehlich
2026-07-06 01:04:06 +02:00
parent 62b6bbdcbc
commit 80214bf42d
1378 changed files with 204162 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/**
* @import {Schema} from './parse.js'
*/
/**
* Compile a language schema to a BCP 47 language tag.
*
* @param {Partial<Schema> | null | undefined} [schema]
* Schema.
* @returns {string}
* BCP 47 tag.
*/
export function stringify(schema?: Partial<Schema> | null | undefined): string;
import type { Schema } from './parse.js';
//# sourceMappingURL=stringify.d.ts.map