UNPKG

@cyberspace-dev/sdk

Version:
8 lines (7 loc) 233 B
export declare class Utils { static host: string; static isAuthorized: boolean; static disableCheck: boolean; static uuidv4(): string; static promisify(socket: any, subject: any, signal: any): Promise<unknown>; }