Skip to main content
Module

x/froebel/mod.ts>truthy

A strictly typed utility library.
Go to Latest
variable truthy
import { truthy } from "https://deno.land/x/froebel@v0.21.3/mod.ts";

Checks if value is truthy. Literal types are narrowed accordingly.

type

<T>(value: T) => value is PickTruthy<T>