UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

8 lines (7 loc) 285 B
import { type Rule, type TerminalRange } from '../bnf/module.f.ts'; export declare const wsNoNewLine0: Rule; export declare const ws0: Rule; export declare const ws1: Rule; export declare const json: Rule; export declare const unicode: TerminalRange; export declare const digit: Rule;