UNPKG

68 BTypeScriptView Raw
1export declare type ObjectOnly<TArg> = TArg extends {} ? TArg : {};