UNPKG

rasengan

Version:

The modern React Framework

6 lines (5 loc) 151 B
import os from 'node:os'; /** * Check if the current OS is the provided one */ export const checkOsPlateform = (osname) => osname === os.platform();