Skip to content

ninest/now-utils

Repository files navigation

Now Utils

Datetime utility functions

MIT npm npm bundle size npm bundle size

⏰ Docs

npm install now-utils
// soon

Functions list

  • sort by date

⚙️ Build setup

Clone or fork the repository, then run

npm install

# to runs tests
npm run test -s

# format with prettier
npm run format

# build (convert to JavaScript)
npm run build

Format and ensure tests pass before pushing.

📜 License

MIT