mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 20:30:39 -07:00
feat: export OperatorMap type
This commit is contained in:
committed by
Jun Yang
parent
75591cdbfc
commit
bc87e19e3e
@@ -19,3 +19,4 @@ export { Tokenizer } from './parser/tokenizer'
|
|||||||
export { Hash } from './template/tag/hash'
|
export { Hash } from './template/tag/hash'
|
||||||
export { evalToken, evalQuotedToken } from './render/expression'
|
export { evalToken, evalQuotedToken } from './render/expression'
|
||||||
export { toPromise, toThenable, toValue } from './util/async'
|
export { toPromise, toThenable, toValue } from './util/async'
|
||||||
|
export { OperatorMap } from './render/operator'
|
||||||
|
|||||||
Reference in New Issue
Block a user