mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 08:36:41 +02:00
Add initial 11ty website structure
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export { parse } from "./lib/parse.js";
|
||||
export { stringify } from "./lib/stringify.js";
|
||||
export type Extension = import("./lib/parse.js").Extension;
|
||||
export type Options = import("./lib/parse.js").Options;
|
||||
export type Schema = import("./lib/parse.js").Schema;
|
||||
export type Warning = import("./lib/parse.js").Warning;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user