Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/justaos_utils/packages/email-utils/src/contants.ts>LEVELS

Common utility functions used across projects
Latest
variable LEVELS
import { LEVELS } from "https://deno.land/x/justaos_utils@v2.0.0/packages/email-utils/src/contants.ts";

type

{ ERROR: string; WARN: string; INFO: string; VERBOSE: string; DEBUG: string; SILLY: string; }