UNPKG

@metamask/ocap-kernel

Version:
14 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPromiseRef = isPromiseRef; /** * Test if a KRef designates a promise. * * @param kref - The KRef to test. * * @returns true iff the given KRef references a promise. */ function isPromiseRef(kref) { return kref[1] === 'p'; } //# sourceMappingURL=promise-ref.cjs.map