year-of-ox
Version:
Check if is year of Ox
44 lines (25 loc) • 543 B
Markdown
year-of-ox [](https://travis-ci.org/cht8687/year-of-rat)
Check if is year of Ox
# Install
```
npm install --save year-of-ox
```
# Usage
```js
const yearOfOx = require('year-of-ox');
yearOfOx(1985);
// true
yearOfOx(1986);
// false
```
# API
## yearOfOx([year])
### year
Type: `number`
Default: current year
## yearOfOx([date])
### date
Type: `date`
Default: `new Date()`
# License
MIT © [haotian Chang](https://github.com/cht8687)