Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
7
node_modules/liquidjs/dist/build/fs-impl-browser.d.ts
generated
vendored
Normal file
7
node_modules/liquidjs/dist/build/fs-impl-browser.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare function resolve(root: string, filepath: string, ext: string): string;
|
||||
export declare function readFile(url: string): Promise<string>;
|
||||
export declare function readFileSync(url: string): string;
|
||||
export declare function exists(filepath: string): Promise<boolean>;
|
||||
export declare function existsSync(filepath: string): boolean;
|
||||
export declare function dirname(filepath: string): string;
|
||||
export declare const sep = "/";
|
||||
Reference in New Issue
Block a user