2020-09-04 14:40:16 +00:00
|
|
|
export * from 'https://deno.land/std@0.67.0/fmt/colors.ts'
|
2020-06-17 14:48:01 +00:00
|
|
|
export { config as dotenv } from 'https://deno.land/x/dotenv/mod.ts'
|
2020-09-04 14:40:16 +00:00
|
|
|
export * as path from 'https://deno.land/std@0.67.0/path/mod.ts'
|
|
|
|
export * as fs from 'https://deno.land/std@0.67.0/fs/mod.ts'
|
|
|
|
export { generate as uuid } from 'https://deno.land/std@0.67.0/uuid/v4.ts'
|
2020-08-23 19:00:33 +00:00
|
|
|
// export { moment } from 'https://deno.land/x/moment/moment.ts'
|