mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
7.0.1
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import Scope from 'src/scope/scope';
|
||||
import Token from 'src/parser/token';
|
||||
export default interface ITemplate {
|
||||
token: Token;
|
||||
render(scope: Scope): Promise<string>;
|
||||
}
|
||||
Reference in New Issue
Block a user