Skip to main content
Module

x/simple_utility/deps.ts

Useful snippet collection.
Go to Latest
File
export {dirname, fromFileUrl} from "https://deno.land/std@0.190.0/path/mod.ts";export {Logger} from "https://deno.land/std@0.190.0/log/mod.ts";export {ConsoleHandler, FileHandler} from "https://deno.land/std@0.190.0/log/handlers.ts";export {format as formatDate} from "https://deno.land/std@0.190.0/datetime/mod.ts";