UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

3 lines (2 loc) 191 B
import { TimeUnit } from '../../../src'; export declare function generateDateModifierTestSuites(fn: (date: Date, amount: number, unit: TimeUnit) => Date, type: string, toFrom: string): void;