UNPKG

@hopeio/utils

Version:
2 lines (1 loc) 99 B
export declare function loading<T = any>(title: string, handler: () => Promise<T>): Promise<void>;