UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

5 lines (4 loc) 205 B
import type { IRawRequest } from '../types'; type RequestFunction = () => Promise<any>; export declare function cocosLoginDecorator(request: RequestFunction, param?: IRawRequest): Promise<any>; export {};