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.d.ts

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
import * as windmill from "https://deno.land/x/windmill@v1.352.0/node_modules/@jsdevtools/ono/esm/isomorphic.browser.d.ts";

Variables

The util.inspect() functionality only applies to Node.js. We return the constant false here so that the Node-specific code gets removed by tree-shaking.

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