https://github.com/oguimbal/moment-deno
Deno-compatible version of momentjs
https://github.com/oguimbal/moment-deno
Last synced: 6 months ago
JSON representation
Deno-compatible version of momentjs
- Host: GitHub
- URL: https://github.com/oguimbal/moment-deno
- Owner: oguimbal
- Created: 2020-11-05T14:43:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T14:45:14.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T20:16:28.862Z (8 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno-compatible version of [momentjs](https://momentjs.com/)
See doc there.
## Usage
```typescript
import moment from "https://deno.land/x/momentjs@2.29.1-deno/mod.ts";let moment: moment.Moment = moment();
```