UNPKG

@fugitivesclub/nft-cli

Version:
12 lines (11 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notEmpty = void 0; const notEmpty = (value) => { if (value === null || value === undefined) return false; // eslint-disable-next-line @typescript-eslint/no-unused-vars const testDummy = value; return true; }; exports.notEmpty = notEmpty;