yarle-evernote-to-md
Version:
Yet Another Rope Ladder from Evernote
13 lines (12 loc) • 1.02 kB
TypeScript
export declare const hasCreationTimeInTemplate: (templateContent: string) => boolean;
export declare const hasReminderTimeInTemplate: (templateContent: string) => boolean;
export declare const hasReminderDoneTimeInTemplate: (templateContent: string) => boolean;
export declare const hasReminderOrderInTemplate: (templateContent: string) => boolean;
export declare const hasLocationInTemplate: (templateContent: string) => boolean;
export declare const hasNotebookInTemplate: (templateContent: string) => boolean;
export declare const hasOriginalLinkInTemplate: (templateContent: string) => boolean;
export declare const hasSourceURLInTemplate: (templateContent: string) => boolean;
export declare const hasAnyTagsInTemplate: (templateContent: string) => boolean;
export declare const hasMetadataInTemplate: (templateContent: string) => boolean;
export declare const hasUpdateTimeInTemplate: (templateContent: string) => boolean;
export declare const hasLinkToOriginalInTemplate: (templateContent: string) => boolean;