Skip to main content
Module

x/dtils/mod.unstable.ts>SafeUnknownType

The best unofficial library of utilities for Deno applications
Go to Latest
type alias SafeUnknownType
import { type SafeUnknownType } from "https://deno.land/x/dtils@2.5.0/mod.unstable.ts";
definition:
| "null"
| "string"
| "number"
| "bigint"
| "boolean"
| "bytes"
| "array"
| "object"
| "function"