UNPKG

detect-gpu

Version:

Classify GPU's based on their benchmark score in order to provide an adaptive experience.

2 lines (1 loc) 83 B
export declare function isDefined<T>(val: T | undefined | null | void): val is T;