Installation
npm install --save @types/moment-business
Summary
This package contains type definitions for moment-business (https://github.com/jmeas/moment-business).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moment-business.
import * as moment from "moment";
export function weekDays(startMoment: moment.Moment, endMoment: moment.Moment): number;
export function weekendDays(startMoment: moment.Moment, endMoment: moment.Moment): number;
export function addWeekDays(moment: moment.Moment, amount: number): moment.Moment;
export function subtractWeekDays(moment: moment.Moment, amount: number): moment.Moment;
export function isWeekDay(moment: moment.Moment): boolean;
export function isWeekendDay(moment: moment.Moment): boolean;
Additional Details
- Last updated: Sun, 03 Nov 2024 04:02:17 GMT
- Dependencies: moment
Credits
These definitions were written by Greg Sieranski.