UNPKG

liquidjs

Version:

A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.

6 lines (5 loc) 345 B
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;