🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

daet

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daet

Minimal immutable date class that supports relative time, calendar time, and plus/minus of different units.

Source
npmnpm
Version
4.5.0
Version published
Weekly downloads
117
631.25%
Maintainers
1
Weekly downloads
 
Created
Source

daet

Status of the GitHub Workflow: bevry NPM version NPM downloads
GitHub Sponsors donate button ThanksDev donate button Patreon donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button
Discord server badge Twitch community badge

Minimal immutable date class that supports relative time, calendar time, and plus/minus of different units.

Usage

Complete API Documentation.

Why use Daet over say?

Beause Daet:

  • is written in typescript, so you get great intellisense
  • is immutable, so no funy business
  • is absolutely tiny in size
  • yet it has the most intuitive, rich, and efficient relative date interface out there

Install

npm

  • Install: npm install --save daet
  • Import: import pkg from ('daet')
  • Require: const pkg = require('daet').default

Skypack

<script type="module">
    import pkg from '//cdn.skypack.dev/daet@^4.5.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/daet@^4.5.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/daet@4.5.0'
</script>

Editions

This package is published with the following editions:

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button ThanksDev donate button Patreon donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Keywords

add

FAQs

Package last updated on 05 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts