yarle-evernote-to-md
Version:
Yet Another Rope Ladder from Evernote
8 lines (7 loc) • 331 B
TypeScript
export declare const removeBrackets: (str: string) => string;
export declare const removeDoubleBackSlashes: (str: string) => string;
export declare const wikiStyleLinksRule: {
filter: any;
replacement: (content: any, node: any) => any;
};
export declare const getShortLinkIfPossible: (token: any, value: string) => string;