UNPKG

@salesforce/templates

Version:

Salesforce JS library for templates

12 lines 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateUtil = void 0; /* * Copyright (c) 2021, 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 createUtil_1 = require("./createUtil"); Object.defineProperty(exports, "CreateUtil", { enumerable: true, get: function () { return createUtil_1.CreateUtil; } }); //# sourceMappingURL=index.js.map