Is it April Fool's?
npm install @kennyoliver/april-fools-tool
$ npm i --save @kennyoliver/april-fools-tool
`
---
:bulb: Usage
#### :point_right: Require
`ts
const AFT = require("april-fools-tool");
`
---
:sparkles: Features
##### :date: AprilFoolsBool
Check if it's April Fool's (April 1st)
`ts
console.log(AFT.AprilFoolsBool);
`
> ##### :date: IsToday
>
> This is a shorthand alias for AprilFoolsBool!
>
> `ts
> console.log(AFT.IsToday);
> `
##### :memo: AprilFoolsMsg()
A short message dependent on the value of AprilFoolsBool
`ts
console.log(AFT.AprilFoolsMsg());
``