9 lines
372 B
JavaScript
9 lines
372 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.powerApps = void 0;
|
|
/*!
|
|
* Copyright (C) Microsoft Corporation. All rights reserved.
|
|
*/
|
|
var index_js_1 = require("./plugin/index.js");
|
|
Object.defineProperty(exports, "powerApps", { enumerable: true, get: function () { return index_js_1.powerApps; } });
|
|
//# sourceMappingURL=index.js.map
|