UNPKG

thaw-grammar

Version:

Implementations of the grammars of several programming languages, including LISP, Scheme, Prolog, and the Lambda Calculus.

9 lines 390 B
import { ICLUFunctionName } from './interfaces/ivalue'; export declare function isOnePartFunctionName(obj: unknown): obj is OnePartFunctionName; export declare class OnePartFunctionName implements ICLUFunctionName { readonly functionPart: string; typename: string; constructor(functionPart: string); toString(): string; } //# sourceMappingURL=one-part-function-name.d.ts.map