Skip to content

michael-spengler/deno_moment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nest badge

Usage Example

import { moment } from "https://deno.land/x/deno_moment/mod.ts";
import { sleep } from "https://x.nest.land/sleep@1.0.0/mod.ts";

let now = moment();
await sleep(1)
let now2 = moment();

console.log(`\n${now} is before \n${now2} - \nis that true? --> ${now.isBefore(now2)} `)

Trigger Usage Example

deno run https://deno.land/x/deno_moment/usage-example.ts

Details

see original docs

Corresponding Song

https://www.youtube.com/watch?v=7L9EMe-7Z4w

About

Providing momentjs features in deno

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.7%
  • TypeScript 0.3%