UNPKG

@salesforce/apex-node

Version:

Salesforce JS library for Apex

12 lines 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExecuteService = void 0; /* * Copyright (c) 2020, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ var executeService_1 = require("./executeService"); Object.defineProperty(exports, "ExecuteService", { enumerable: true, get: function () { return executeService_1.ExecuteService; } }); //# sourceMappingURL=index.js.map