UNPKG

solidjs-show-code

Version:

Code viewer for solidJs

3 lines (2 loc) 100 B
import { Token } from "../types/token"; export declare const tokenise: (text: string) => Token[];