Tempo API
    Preparing search index...

    Variable TermsModuleConst

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

    TermsModule provides the standard term definitions for Tempo.

    This module automatically registers standard temporal terms like "today", "tomorrow", "next week", etc., and ensures they are re-registered on registry resets.

    Type Declaration