Skip to main content

change

function change<T extends PreDate | PreDateTime | PreTime>(
toChange: T,
value: number,
key: keyof T
): T;