UNPKG
@bemedev/app-solid
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Middleware between @bemedev/app-ts and solidjs
github.com/chlbri/app-solid
chlbri/app-solid
@bemedev/app-solid
/
lib
/
helpers.d.ts
3 lines
•
207 B
TypeScript
View Raw
1
2
3
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