mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 14:00:39 -07:00
feat: move filters/tags to instances, fixes #188
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export abstract class TemplateImpl<T> {
|
||||
public token: T;
|
||||
public constructor (token: T) {
|
||||
this.token = token
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user