UNPKG

@oap75/utils

Version:
6 lines (5 loc) 338 B
declare type ProccesMdFn = (md?: string) => string; export declare const buildMdToEntity: (processMd: ProccesMdFn) => (md?: string | undefined) => string | undefined; export declare const mdToText: (md?: string | undefined) => string | undefined; export declare const mdToHtml: (md?: string | undefined) => string | undefined; export {};