getDurationValueConstructor
Unofficial
Get the obsidian#DurationValue constructor.
Import:
import { getDurationValueConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getDurationValueConstructor(): ConstructorBase<[years: number, months: number, days: number, hours: number, minutes: number, seconds: number, milliseconds: number], DurationValue>Returns: ConstructorBase<[years: number, months: number, days: number, hours: number, minutes: number, seconds: number, milliseconds: number], DurationValue> — The obsidian#DurationValue constructor.
Links to this page: