mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 00:26:52 +02:00
Add initial 11ty website structure
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
export * from "./stringify";
|
||||
export * from "./traversal";
|
||||
export * from "./manipulation";
|
||||
export * from "./querying";
|
||||
export * from "./legacy";
|
||||
export * from "./helpers";
|
||||
export * from "./feeds";
|
||||
/** @deprecated Use these methods from `domhandler` directly. */
|
||||
export { isTag, isCDATA, isText, isComment, isDocument, hasChildren, } from "domhandler";
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user