mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
refactor: Tag class support in registerTag()
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { isFunction } from '../util/underscore'
|
||||
import { isFunction } from '../util'
|
||||
|
||||
export interface Comparable {
|
||||
equals: (rhs: any) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user