UNPKG

night-api

Version:

Ce paquet Npm fourni une interface pour intéragir avec [Night-API](https://night-api.com)

19 lines 546 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const functions_1 = __importDefault(require("../../functions")); class Images { token; constructor(token) { this.token = token; this.token = token; this.functions = new functions_1.default(this.token); } ; } ; ; exports.default = Images; //# sourceMappingURL=Images.js.map