UNPKG

@narkdown/notion-parser

Version:

Parse notion response

3 lines (2 loc) 121 B
export declare const markdownEscapes: Array<[RegExp, string]>; export declare const escape: (string_: string) => string;