UNPKG

@jonstuebe/allot-utils

Version:

Util functions for Allot

7 lines (6 loc) 372 B
export declare function firstDayOfMonth(date: Date): Date; export declare function getSemiMonthlyForDate(date: Date): Date[]; export declare function getSemiMonthlyForMonth(date: Date): Date[]; export declare function getPaydays(type: "weekly" | "bi_weekly" | "semi_monthly" | "monthly", startOn: Date, numPaydays?: number, opts?: { monthly?: number; }): Array<Date>;