ts-toolbelt icon indicating copy to clipboard operation
ts-toolbelt copied to clipboard

Detect if value is any

Open mdbetancourt opened this issue 2 years ago • 2 comments

🍩 Feature Request

Describe the solution you'd like

https://stackoverflow.com/questions/61624719/how-to-conditionally-detect-the-any-type-in-typescript

mdbetancourt avatar Nov 07 '21 03:11 mdbetancourt

I saw slightly more elegant solution used by react types: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/ce3c84e10e30a3efa6078d5cda57f80c1d539886/types/react/index.d.ts#L3049

qlonik avatar Nov 16 '21 05:11 qlonik

cool definitely more elegant that solution

mdbetancourt avatar Nov 16 '21 06:11 mdbetancourt