UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

6 lines (5 loc) 401 B
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;