Skip to main content
Module

x/aloedb/mod.ts>type

Light, Embeddable, NoSQL database for Deno 🦕
Latest
function type
import { type } from "https://deno.land/x/aloedb@0.9.0/mod.ts";

Matches if value type equal to specified type.

Parameters

type:
| "string"
| "number"
| "boolean"
| "null"
| "array"
| "object"

Type of the value.