UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

6 lines (5 loc) 374 B
import { NoteData } from "../../models"; import { TanaIntermediateFile, TanaIntermediateNode } from "./types"; export declare const cleanTanaContent: (content: string, valueToClean: string) => string; export declare const convertChild: (data: NoteData, child: string) => TanaIntermediateNode; export declare const convert2TanaNode: (data: NoteData) => TanaIntermediateFile;