Skip to main content
Module

x/rambda/index.d.ts>RambdaTypes

Faster and smaller alternative to Ramda
Go to Latest
type alias RambdaTypes
import { type RambdaTypes } from "https://deno.land/x/rambda@v7.0.1/index.d.ts";
definition:
| "Object"
| "Number"
| "Boolean"
| "String"
| "Null"
| "Array"
| "RegExp"
| "NaN"
| "Function"
| "Undefined"
| "Async"
| "Promise"
| "Symbol"
| "Set"
| "Error"