UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

8 lines (7 loc) 290 B
import { type Rule, type TerminalRange } from '../bnf/func/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;