holidays-cn
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

holidays-cn

Check if a day is a China public holiday or a workday.

npm version

English | 简体中文

Installation

npm install holidays-cn

Usage

import { isHoliday, isWorkday } from 'holidays-cn';

isHoliday('2020-02-01'); // true

isWorkday('2020-03-16'); // true

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i holidays-cn

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    29.2 kB

    Total Files

    25

    Last publish

    Collaborators

    • imbooo