UNPKG

zorigami

Version:
15 lines 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isMessagePort(potential_port) { return potential_port !== undefined; } exports.isMessagePort = isMessagePort; function isCustomPort(potential_port) { return potential_port !== undefined; } exports.isCustomPort = isCustomPort; function isPromisedPostMessage(potential_func) { return potential_func !== undefined; } exports.isPromisedPostMessage = isPromisedPostMessage; //# sourceMappingURL=zorigami_types.js.map