UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

11 lines (10 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.filterOutNull = void 0; /** * Filters out null values * @param value * @returns */ const filterOutNull = (value) => value !== null; exports.filterOutNull = filterOutNull;