From dab8a29070b2508f2e6532717b7663966f610bec Mon Sep 17 00:00:00 2001 From: Harttle Date: Wed, 23 Feb 2022 23:38:21 +0800 Subject: [PATCH] feat: expose all tags/filters and TimezoneDate, closes #464 --- src/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/types.ts b/src/types.ts index 6c07b9cc3..cd2843165 100644 --- a/src/types.ts +++ b/src/types.ts @@ -25,3 +25,6 @@ export { toPromise, toThenable } from './util/async' export { defaultOperators, Operators } from './render/operator' export { createTrie, Trie } from './util/operator-trie' export { toValue } from './util/underscore' +export { TimezoneDate } from './util/timezone-date' +export * as filters from './builtin/filters' +export * as tags from './builtin/filters'