@microsoft/teams.cards
Version:
<p> <a href="https://www.npmjs.com/package/@microsoft/teams.cards" target="_blank"> <img src="https://img.shields.io/npm/v/@microsoft/teams.cards" /> </a> <a href="https://www.npmjs.com/package/@microsoft/teams.cards?activeTab=code" ta
28 lines (24 loc) • 947 B
JavaScript
;
var auth = require('./auth');
var authCardButton = require('./auth-card-button');
var tokenExchangeResource = require('./token-exchange-resource');
Object.keys(auth).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return auth[k]; }
});
});
Object.keys(authCardButton).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return authCardButton[k]; }
});
});
Object.keys(tokenExchangeResource).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return tokenExchangeResource[k]; }
});
});
//# sourceMappingURL=index.js.map
//# sourceMappingURL=index.js.map