mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
7.0.1
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
export default class Token {
|
||||
type: string;
|
||||
line: number;
|
||||
raw: string;
|
||||
input: string;
|
||||
file: string;
|
||||
value: string;
|
||||
constructor(raw: any, pos: any, input: any, file: any, line: any);
|
||||
}
|
||||
Reference in New Issue
Block a user