UNPKG

@npmstuff/argdown-core

Version:

A pluggable parser for the Argdown argumentation syntax

4 lines (3 loc) 288 B
export declare const jsonReplacer: (_key: string, value: any) => any; export declare const prepareForJSON: (obj: any) => any; export declare const stringifyArgdownData: (obj: object, replacer?: ((key: string, value: any) => any) | null | undefined, space?: number | undefined) => string;