UNPKG

javascript-ampache

Version:
5 lines (4 loc) 268 B
import { Base } from "./base"; export declare function applyMixins(derivedCtor: any, baseCtors: any[]): void; export declare function encryptPassword(password: string, time: number): string; export declare function outputDebugURL(url: string, config: Base): void;