Skip to main content
The Deno 2 Release Candidate is here
Learn more

type

Simple type inference for javascript runtimes

Usage

import { Type, type } from "https://deno.land/x/type/mod.ts";

const value: unknown = {};
const t = type(value); // Type.Object