Skip to main content
Module

x/aqua/mod.ts>valueMustBeOfType

A minimal and fast 🏃 web framework for Deno
Go to Latest
function valueMustBeOfType
import { valueMustBeOfType } from "https://deno.land/x/aqua@v1.2.0/mod.ts";

Parameters

key: string
type:
| "string"
| "number"
| "boolean"
| "object"
| "undefined"

Returns

RoutingSchemaValidationFunction