UNPKG

@bemedev/app-solid

Version:

Middleware between @bemedev/app-ts and solidjs

3 lines 207 B
export type Asyncify_F = <T extends (...args: any[]) => any>(fn: T) => (...funcArgs: Parameters<T>) => Promise<ReturnType<T>>; export declare const asyncify: Asyncify_F; //# sourceMappingURL=helpers.d.ts.map