UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

8 lines (6 loc) 153 B
import { ReplaceType } from "./ReplaceType"; export interface SearchAndReplace { "regex": string; "replace": string; "type": ReplaceType; }