Interface TimeAgoInWordsOptions

interface TimeAgoInWordsOptions {
    includeSeconds?: boolean;
    scope?: Scope;
}

Properties

includeSeconds?: boolean
scope?: Scope

Generated using TypeDoc