UNPKG

astn

Version:

The TypeScript library for parsing and formatting ASTN (Abstract Syntax Tree Notation) - a human-editable data format for structured content

8 lines (7 loc) 651 B
import * as _out from "../../../interface/generated/pareto/schemas/token/data_types/target"; import * as c from "./context"; export declare const Whitespace: (context: c.Refinement_Context) => _out.Whitespace; export declare const Trivia: (context: c.Refinement_Context) => _out.Trivia; export declare const Annotated_Token: (context: c.Refinement_Context) => _out.Annotated_Token; export declare const Delimited_String: (is_end_character: (character: number) => boolean, allow_newlines: boolean, context: c.Refinement_Context) => _out.Delimited_String; export declare const Tokenizer_Result: (context: c.Refinement_Context) => _out.Tokenizer_Result;