Logging & moment.js

This commit is contained in:
garrettmills
2020-07-29 22:37:16 -05:00
parent a04f083dbb
commit 0d4881de1f
5 changed files with 17 additions and 18 deletions

View File

@@ -3,3 +3,4 @@ export { config as dotenv } from 'https://deno.land/x/dotenv/mod.ts'
export * as path from 'https://deno.land/std@0.53.0/path/mod.ts'
export * as fs from 'https://deno.land/std@0.53.0/fs/mod.ts'
export { generate as uuid } from 'https://deno.land/std/uuid/v4.ts'
export { moment } from 'https://deno.land/x/moment/moment.ts'