UNPKG

@bytedance/mona-client-mini

Version:

miniapp for mona

9 lines (8 loc) 296 B
export declare function isEventName(s?: string): boolean; export declare function isFunction(value: any): boolean; export declare function isObject(o: any): boolean; export declare const monaPrint: { log(...rest: any[]): void; warn(msg: string): void; debug(...rest: any[]): void; };