export types variable

This commit is contained in:
oott123
2019-01-10 13:28:13 +08:00
committed by Jun Yang
parent ba54bec82f
commit 21f4d6bf08
+1 -1
View File
@@ -47,11 +47,11 @@ declare namespace Liquid {
}
export type Filter = (...args?: any) => string
export function isTruthy(val: any): boolean;
export function isFalsy(val: any): boolean;
export function evalExp(exp: string, scope: any): any;
export function evalValue(str: string, scope: any): any;
export const Types: Types;
declare class LiquidError extends Error {
public input: string