animegarden
Version:
API client and utils for AnimeGarden.
17 lines (11 loc) • 438 B
JavaScript
;
const client = require('@animegarden/client');
Object.prototype.hasOwnProperty.call(client, '__proto__') &&
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
Object.defineProperty(exports, '__proto__', {
enumerable: true,
value: client['__proto__']
});
Object.keys(client).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = client[k];
});