UNPKG

@airgap/etherlink

Version:

The @airgap/etherlink package is an implementation of the ICoinProtocol interface from @airgap/coinlib-core.

8 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeToUndefined = void 0; function normalizeToUndefined(value) { return value !== null ? value : undefined; } exports.normalizeToUndefined = normalizeToUndefined; //# sourceMappingURL=normalize.js.map