UNPKG

@onekeyfe/coinselect

Version:

A transaction input selection module for bitcoin.

6 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNotUndefined = void 0; const isNotUndefined = (item) => typeof item !== 'undefined'; exports.isNotUndefined = isNotUndefined; //# sourceMappingURL=isNotUndefined.js.map