type alias RambdaTypesimport { type RambdaTypes } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.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"