mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
refactor: Tag class support in registerTag()
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { Drop } from '../drop/drop'
|
||||
|
||||
export interface PlainObject {
|
||||
[key: string]: any;
|
||||
interface ScopeObject extends Record<string, any> {
|
||||
toLiquid?: () => any;
|
||||
}
|
||||
|
||||
export type Scope = PlainObject | Drop
|
||||
export type Scope = ScopeObject | Drop
|
||||
|
||||
Reference in New Issue
Block a user