An open API service indexing awesome lists of open source software.

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

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();

```