UNPKG

67 BTypeScriptView Raw
1declare module '*.liquid' {
2 const str: string;
3 export = str;
4}