Skip to main content
Module

x/dtils/safe_unknown.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.4.0/safe_unknown.ts";
definition:
| "null"
| "string"
| "number"
| "bigint"
| "boolean"
| "bytes"
| "array"
| "object"
| "function"