mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
export types variable
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user