Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vicis/src/const/CAST_TYPE.ts>CAST_TYPE

Presentation and transformation layer for data output in RESTful APIs.
Latest
variable CAST_TYPE
import { CAST_TYPE } from "https://deno.land/x/vicis@1.0.0/src/const/CAST_TYPE.ts";

type

{ BOOLEAN: string; FLAG: string; INTEGER: string; JSON: string; NUMERIC: string; STRING: string; }