UNPKG

eas-cli

Version:
9 lines (8 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.truthy = void 0; /** A predicate to filter arrays on truthy values, returning a type-safe array. */ function truthy(value) { return !!value; } exports.truthy = truthy;