UNPKG
@tilli-pro/nudge.js
Version:
latest (0.1.0)
0.1.0
> A nudge in time saves nine
@tilli-pro/nudge.js
/
dist
/
types.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
export
type
AnyFunction
=
(
...
args
:
any
[]
) =>
any
;
export
type
UnwrapPromise
<T> = T
extends
Promise
<infer U> ? U : T;