Skip to main content
Module

x/type_detect/index.js>default

Improved typeof detection for node.js and the browser.
Latest
function default
import { default } from "https://deno.land/x/type_detect@v4.0.8/index.js";

typeOf (obj)

Uses Object.prototype.toString to determine the type of an object, normalising behaviour across engine versions & well optimised.