UNPKG

@persian-caesar/aparat.js

Version:

The aparat website services for npm package.

18 lines (17 loc) 653 B
import { AparatEventEmitter } from "./core/events"; import { VideoService } from "./services/video"; import { UserService } from "./services/user"; export declare class Aparat { readonly user: UserService; readonly video: VideoService; readonly events: AparatEventEmitter; constructor(); } /** * @copyright * Code by Sobhan-SRZA (mr.sinre) | https://github.com/Sobhan-SRZA * Developed for Persian Caesar | https://github.com/Persian-Caesar | https://dsc.gg/persian-caesar * * If you encounter any issues or need assistance with this code, * please make sure to credit "Persian Caesar" in your documentation or communications. */