UNPKG

liquidjs

Version:

A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.

11 lines (10 loc) 379 B
export declare const TYPES: number[]; export declare const WORD = 1; export declare const OPERATOR = 2; export declare const BLANK = 4; export declare const QUOTE = 8; export declare const INLINE_BLANK = 16; export declare const NUMBER = 32; export declare const SIGN = 64; export declare const PUNCTUATION = 128; export declare function isWord(char: string): boolean;