mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
5 lines
231 B
TypeScript
5 lines
231 B
TypeScript
export declare function evalExp(exp: any, scope: any): any;
|
|
export declare function evalValue(str: any, scope: any): any;
|
|
export declare function isTruthy(val: any): boolean;
|
|
export declare function isFalsy(val: any): boolean;
|