UNPKG

@beenotung/tslib

Version:
10 lines (9 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unwrapSupplierOrData = unwrapSupplierOrData; function unwrapSupplierOrData(x) { if (typeof x === 'function') { return x(); } return x; }