UNPKG

74 BTypeScriptView Raw
1export declare type ThenArg<T> = T extends PromiseLike<infer U> ? U : T;