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

x/deno/ext/webidl/internal.d.ts>globalThis.__bootstrap.webidl.type

A modern runtime for JavaScript and TypeScript.
Go to Latest
function globalThis.__bootstrap.webidl.type
import { globalThis } from "https://deno.land/x/deno@v1.28.0/ext/webidl/internal.d.ts";
const { type } = globalThis.__bootstrap.webidl;

Get the WebIDL / ES type of a value.

Returns

| "Null"
| "Undefined"
| "Boolean"
| "Number"
| "String"
| "Symbol"
| "BigInt"
| "Object"