UNPKG

@zhengxs/wechaty-plugin-assistant

Version:
4 lines (3 loc) 164 B
export declare function md5(text: string): string; export declare const castToError: (err: any) => Error; export declare function sleep(ms: number): Promise<void>;