Skip to main content
Module

x/ramda/mod.ts>type

:ram: Practical functional Javascript
Latest
variable type
import { type } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Gives a single-word string description of the (native) type of a value, returning such answers as 'Object', 'Number', 'Array', or 'Null'. Does not attempt to distinguish user Object types any further, reporting them all as 'Object'.