Skip to main content
Module

x/rambda/files/index.d.ts>RambdaTypes

Faster and smaller alternative to Ramda
Latest
type alias RambdaTypes
import { type RambdaTypes } from "https://deno.land/x/rambda@v9.2.0/files/index.d.ts";
definition:
| "Object"
| "Number"
| "Boolean"
| "String"
| "Null"
| "Array"
| "RegExp"
| "NaN"
| "Function"
| "Undefined"
| "Async"
| "Promise"
| "Symbol"
| "Set"
| "Error"
| "Map"
| "WeakMap"
| "Generator"
| "GeneratorFunction"
| "BigInt"
| "ArrayBuffer"
| "Date"