UNPKG

@toreda/strong-types

Version:

Better TypeScript code in fewer lines.

10 lines (9 loc) 206 B
import { OS } from '../os'; /** * Check whether target key identifies a supported OS. * @param value * @returns * * @category System Info */ export declare function osValid(key?: OS | null): boolean;