UNPKG

omegle-api

Version:

Omegle-API is a single-depency wrapper around the 'chat roulette' website Omegle, allowing for easy automation & botting for the platform. There's some other libraries that do the same, but this one is built from the ground up using the javascript source

8 lines (7 loc) 213 B
import { TextClient } from "./structs/TextClient.js"; import * as types from "./types/Omegle.js"; declare const toExport: { TextClient: typeof TextClient; types: typeof types; }; export = toExport;