UNPKG

badman-core

Version:

badman-core is the layer what all the badman packages depended,or can be used as a tool kit.

6 lines (5 loc) 182 B
export default class Base { static sleep(seconds?: number, cb?: any): Promise<void>; static clone<S, T>(source: S, target: T): T; static getMethodArgs(func: any): any; }