Skip to main content
Module

x/simple_utility/deps.ts

Useful snippet collection.
Go to Latest
import * as simpleUtility from "https://deno.land/x/simple_utility@v1.4.4/deps.ts";

Variables

Handlers are responsible for actual output of log messages. When a handler is called by a logger, it firstly checks that LogRecord's level is not lower than level of the handler. If level check passes, handlers formats log record into string and outputs it to target.

Functions

Return the directory path of a path.

Takes an input date and a formatString to format to a string.

Converts a file URL to a path string.