We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e698367 commit aa0a556Copy full SHA for aa0a556
README.md
@@ -22,7 +22,7 @@ yarn add is-us-holiday-light
22
## Usage
23
24
```javascript
25
-const isUsHoliday = require('is-us-holiday-light');
+import { isUsHoliday } from 'is-us-holiday-light';
26
27
const date = new Date('2023-07-04');
28
console.log(isUsHoliday(date)); // true, because it's Independence Day
0 commit comments