Skip to main content

HandleOr type

Signature:

export declare type HandleOr<T> = HandleFor<T> | JSHandle<T> | T;

References: HandleFor, JSHandle