Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/flowscripter_template_deno_library/deps.ts>log.LogMode

Project template for a Deno library.
Latest
type alias log.LogMode
import { type log } from "https://deno.land/x/flowscripter_template_deno_library@v1.3.1/deps.ts";
const { LogMode } = log;
definition: "a" | "w" | "x"