UNPKG

@tilli-pro/nudge.js

Version:

> A nudge in time saves nine

3 lines (2 loc) 118 B
export type AnyFunction = (...args: any[]) => any; export type UnwrapPromise<T> = T extends Promise<infer U> ? U : T;