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

x/windmill/node_modules/denoify/lib/resolveNodeModuleToDenoModule/knownPorts.d.ts>knownPorts

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 knownPorts
import { knownPorts } from "https://deno.land/x/windmill@v1.53.0/node_modules/denoify/lib/resolveNodeModuleToDenoModule/knownPorts.d.ts";

type

{ builtins: { events: string; fs: string; os: string; path: string; process: string; querystring: string; timers: string; util: string; global: string; buffer: string; url: string; assert: string; crypto: string; stream: string; child_process: string; console: string; cluster: string; dgram: string; dns: string; http: string; http2: string; https: string; inspector: string; module: string; net: string; perf_hooks: string; readline: string; repl: string; string_decoder: string; sys: string; tls: string; tty: string; v8: string; vm: string; wasi: string; worker_threads: string; zlib: string; }; third_party: { js-yaml: string; ts-md5: string; reflect-metadata: string; fp-ts: string; }; }