inspect overview

Added in v1.0.6


Table of contents


Either

inspect

Signature

export declare function inspect<T extends 'Left' | 'Right', U>(Type: T, x: U): I_Inspect<T, U>

Added in v1.0.6