Tempo API
    Preparing search index...

    Variable ParseModuleConst

    ParseModule: {
        name: string;
        version: string;
        install(this: typeof Tempo, TempoClass: typeof Tempo): void;
    } = ...

    ParseModule

    The internal parsing engine for Tempo. Decouples date-string interpretation from the core class.

    Type Declaration