UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

5 lines (4 loc) 313 B
import type { Token } from "../types.js"; import type { Plugin } from "../../plugin.js"; export declare function tokenizeSafe(source: string, plugins?: Plugin[], tokensizeWhitespace?: boolean): Token[]; export declare function tokenize(source: string, plugins?: Plugin[], tokensizeWhitespace?: boolean): Token[];