UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

9 lines (8 loc) 226 B
export * from './schedule'; export declare class DateRange { readonly name: string; readonly from: Date; readonly to: Date; constructor(name: string, from: Date, to: Date); contains(date: Date): boolean; }