UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

21 lines (20 loc) 1.69 kB
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 hasAltitudeInTemplate: (templateContent: string) => boolean; export declare const hasNotebookInTemplate: (templateContent: string) => boolean; export declare const hasOriginalLinkInTemplate: (templateContent: string) => boolean; export declare const hasSubjectDateInTemplate: (templateContent: string) => boolean; export declare const hasAuthorInTemplate: (templateContent: string) => boolean; export declare const hasSourceInTemplate: (templateContent: string) => boolean; export declare const hasSourceURLInTemplate: (templateContent: string) => boolean; export declare const hasSourceApplicationInTemplate: (templateContent: string) => boolean; export declare const hasPlaceNameInTemplate: (templateContent: string) => boolean; export declare const hasContentClassInTemplate: (templateContent: string) => boolean; export declare const hasApplicationDataInTemplate: (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;