Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
6
node_modules/liquidjs/dist/context/scope.d.ts
generated
vendored
Normal file
6
node_modules/liquidjs/dist/context/scope.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Drop } from '../drop/drop';
|
||||
interface ScopeObject extends Record<string, any> {
|
||||
toLiquid?: () => any;
|
||||
}
|
||||
export type Scope = ScopeObject | Drop;
|
||||
export {};
|
||||
Reference in New Issue
Block a user