UNPKG

@salesforce/templates

Version:

Salesforce JS library for templates

15 lines 729 B
"use strict"; /* * 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 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.TemplateService = void 0; const tslib_1 = require("tslib"); const templateService_1 = require("./service/templateService"); Object.defineProperty(exports, "TemplateService", { enumerable: true, get: function () { return templateService_1.TemplateService; } }); tslib_1.__exportStar(require("./utils/types"), exports); tslib_1.__exportStar(require("./utils/createUtil"), exports); //# sourceMappingURL=index.js.map