Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/@jsdevtools/ono/esm/isomorphic.browser.js>format

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
variable format
import { format } from "https://deno.land/x/windmill@v1.352.0/node_modules/@jsdevtools/ono/esm/isomorphic.browser.js";

Ono supports custom formatters for error messages. In Node.js, it defaults to the util.format() function. In browsers, it defaults to Array.join().

The Node.js functionality can be used in a web browser via a polyfill, such as "format-util".

type

false