Skip to main content
Module

x/etype/mod.ts

Extra types for TypeScript
Latest
import * as etype from "https://deno.land/x/etype@v0.1.3/mod.ts";

Type Aliases

Use int to represent a boolean

Date-like-string which can be converted to Date object by new Date(foo)

Single-precision 32-bit IEEE 754 floating point

Float-like-string

32-bit signed two's complement integer, which has a minimum value of -231 and a maximum value of 231-1

Int-like-string

JSON-string which can be converted to json object by JSON.parse(foo)