mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
7.0.1
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import Token from './token';
|
||||
export default class DelimitedToken extends Token {
|
||||
trimLeft: boolean;
|
||||
trimRight: boolean;
|
||||
constructor(raw: any, pos: any, input: any, file: any, line: any);
|
||||
}
|
||||
Reference in New Issue
Block a user