tmdb-ts
Version:
TMDB v3 library wrapper
103 lines • 2.41 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CountryCodes = void 0;
__exportStar(require("./options"), exports);
__exportStar(require("./certification"), exports);
__exportStar(require("./credits"), exports);
__exportStar(require("./companies"), exports);
__exportStar(require("./networks"), exports);
__exportStar(require("./configuration"), exports);
__exportStar(require("./changes"), exports);
__exportStar(require("./movies"), exports);
__exportStar(require("./search"), exports);
__exportStar(require("./tv-shows"), exports);
__exportStar(require("./watch-providers"), exports);
__exportStar(require("./people"), exports);
__exportStar(require("./discover"), exports);
__exportStar(require("./review"), exports);
__exportStar(require("./trending"), exports);
__exportStar(require("./find"), exports);
__exportStar(require("./keywords"), exports);
__exportStar(require("./collections"), exports);
__exportStar(require("./tv-episode"), exports);
__exportStar(require("./tv-seasons"), exports);
exports.CountryCodes = [
'AE',
'AR',
'AT',
'AU',
'BE',
'BG',
'BO',
'BR',
'CA',
'CH',
'CL',
'CO',
'CR',
'CV',
'CZ',
'DE',
'DK',
'EC',
'EE',
'EG',
'ES',
'FI',
'FR',
'GB',
'GH',
'GR',
'GT',
'HK',
'HN',
'HU',
'ID',
'IE',
'IL',
'IN',
'IT',
'JP',
'LT',
'LV',
'MU',
'MX',
'MY',
'MZ',
'NL',
'NO',
'NZ',
'PE',
'PH',
'PL',
'PT',
'PY',
'RU',
'SA',
'SE',
'SG',
'SI',
'SK',
'TH',
'TR',
'TW',
'UG',
'US',
'VE',
'ZA',
];
//# sourceMappingURL=index.js.map