UNPKG

kinvey-node-sdk

Version:

Kinvey JavaScript SDK for NodeJS applications.

12 lines 470 B
Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var kinvey_js_sdk_1 = require("kinvey-js-sdk"); function open(url) { return tslib_1.__awaiter(this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) { throw new kinvey_js_sdk_1.Errors.KinveyError('NodeJS does not support the opening of popups.'); }); }); } exports.open = open; //# sourceMappingURL=popup.js.map