mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
7.0.1
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import { LiquidOptions } from 'src/liquid-options';
|
||||
export default class Tokenizer {
|
||||
options: LiquidOptions;
|
||||
constructor(options?: LiquidOptions);
|
||||
tokenize(input: string, file?: string): any[];
|
||||
}
|
||||
Reference in New Issue
Block a user