2021-03-01 15:06:11 +08:00

4 lines
196 B
TypeScript

export declare const removeNonCodeWrappedHTML: (str: string) => string;
export declare const parseHeader: (str: string) => string;
export declare const deeplyParseHeader: (str: string) => string;