UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 238 B
export declare function codeBlock(language: string, code: string): string; export declare function codeInline(code: string): string; export declare function jsonWithLimit(object: object, maxLength?: number, tooLongText?: string): string;