summaryrefslogtreecommitdiff
path: root/node_modules/liquidjs/dist/util/assert.d.ts
blob: 230729e6a7b7589b93f235eb6393c55f2924a277 (plain)
1
2
export declare function assert<T>(predicate: T | null | undefined, message?: string | (() => string)): void;
export declare function assertEmpty<T>(predicate: T | null | undefined, message?: string): void;