UNPKG

larakazagumo

Version:

A shoukaku wrapper with built-in queue support.

7 lines (6 loc) 274 B
import { Track } from 'shoukaku'; import { KazagumoTrack } from '../Managers/Supports/KazagumoTrack'; export declare class KazagumoUtils { static convertKazagumoTrackToTrack(track: KazagumoTrack | Track): Track; } export type Constructor<T> = new (...args: any[]) => T;