项目作者: Astrocoders

项目描述 :
BR holidays
高级语言: C++
项目地址: git://github.com/Astrocoders/holidays-br.git
创建时间: 2018-01-24T15:46:29Z
项目社区:https://github.com/Astrocoders/holidays-br

开源协议:MIT License

下载


holidays-br

Build Status

BR holidays

Installation

  1. yarn add @astrocoders/holidays-br

If you’ll use this only in JS, skip the next step because you can just import now

  1. import { isHoliday } from '@astrocoders/holidays-br'
  2. isHoliday(new Date())

BuckleScript

Add to deps in bsconfig.json

  1. "bs-dependencies": ["@astrocoders/holidays-br"]

Usage

Only for values from 2015/01/01

HolidaysBr.Holiday.isHoliday(Js.Date.t) => bool