first
This commit is contained in:
3
node_modules/liquidjs/dist/render/boolean.d.ts
generated
vendored
Normal file
3
node_modules/liquidjs/dist/render/boolean.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { Context } from '../context/context';
|
||||
export declare function isTruthy(val: any, ctx: Context): boolean;
|
||||
export declare function isFalsy(val: any, ctx: Context): boolean;
|
||||
Reference in New Issue
Block a user