UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

3 lines (2 loc) 131 B
import { DataDay } from '../interfaces/IDays'; export declare function createMonth(startDate: string, endDate: string): DataDay[];