UNPKG

rasengan

Version:

The modern React Framework

5 lines (4 loc) 187 B
/** * Check if the current OS is the provided one */ export declare const checkOsPlateform: (osname: "aix" | "darwin" | "freebsd" | "linux" | "openbsd" | "sunos" | "win32") => boolean;