Skip to main content
Module

x/fae/mod.ts>AllTypes

A functional module for Deno inspired from Ramda.
Latest
type alias AllTypes
import { type AllTypes } from "https://deno.land/x/fae@v1.1.1/mod.ts";

All the types which are returned by function typ

definition:
| "Null"
| "Undefined"
| "Object"
| "Number"
| "Boolean"
| "String"
| "Array"
| "RegExp"
| "Function"
| "Arguments"
| "Date"
| "Error"
| "Map"
| "Set"
| "WeakMap"
| "WeakSet"
| "Int8Array"
| "Uint8Array"
| "Uint8ClampedArray"
| "Int16Array"
| "Uint16Array"
| "Int32Array"
| "Uint32Array"
| "Float32Array"
| "Float64Array"
| "ArrayBuffer"