international-days-cs
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

International Days (cs)

NPM Downloads NPM Version NPM License Last Commit GitHub Workflow Status

Functions

All functions are available in the main module. You can import them like this:

import { getInternationalDays } from 'international-days-cs';

// get all international days for 01-01-2024
const days = getInternationalDays(new Date(2024, 0, 1));

console.log(days);

// or you can get all days as string

console.log(
  days.map(day => `${day.icon} ${day.name}`).join('\n')
);

Credits

License

MIT

Package Sidebar

Install

npm i international-days-cs

Weekly Downloads

70

Version

0.0.6

License

MIT

Unpacked Size

88.8 kB

Total Files

14

Last publish

Collaborators

  • ozzyczech