UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

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; }