Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/just.ts

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
import * as actionify from "https://deno.land/x/actionify@0.3.0/src/deps/just.ts";

Functions

An alternative to Array#includes() that properly acts as a type guard.

Returns whether the payload is an array

Returns whether the payload is a function (regular or async)

Returns whether the payload is a number (but not NaN)

Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)

Returns whether the payload is a string