bungie-net-core
Version:
An easy way to interact with the Bungie.net API
12 lines (11 loc) • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "getDestinyManifestComponent", {
enumerable: true,
get: function () {
return _getManifestComponent.getManifestComponentJSON;
}
});
var _getManifestComponent = require("./getManifestComponent");