UNPKG

@beenotung/tslib

Version:
11 lines 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unwrapSupplierOrData = void 0; function unwrapSupplierOrData(x) { if (typeof x === 'function') { return x(); } return x; } exports.unwrapSupplierOrData = unwrapSupplierOrData; //# sourceMappingURL=dirty-types.js.map