yarle-evernote-to-md
Version:
Yet Another Rope Ladder from Evernote
7 lines (6 loc) • 490 B
TypeScript
import { YarleOptions } from "./../YarleOptions";
import { ReplaceType } from "./../models";
export declare const regexpProcess: (options: YarleOptions, inputString: string, replaceType: ReplaceType) => string;
export declare const performRegexpOnTitle: (options: YarleOptions, title: string) => string;
export declare const performRegexpOnContent: (options: YarleOptions, content: string) => string;
export declare const performRegexpOnTag: (options: YarleOptions, tag: string) => string;