UNPKG

heat-sfdx-metadata

Version:

![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat) [![npm version](https://badge.fury.io/js/heat-sfdx-metadata.svg)](https://badge.fury.io/js/heat-sfdx-metadata) [![Code Climate](https://codeclimate.com/github/takahitomiyamoto/hea

10 lines 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buildManifest = void 0; /** * @name index.ts * @description index */ const build_manifest_1 = require("./build-manifest"); Object.defineProperty(exports, "buildManifest", { enumerable: true, get: function () { return build_manifest_1.buildManifest; } }); //# sourceMappingURL=index.js.map