UNPKG

@onesy/utils

Version:
3 lines (2 loc) 157 B
export declare type TIsOSType = 'mac' | 'mobile' | 'android' | 'ios' | 'windows' | 'linux'; export default function isOS(type: TIsOSType, value?: any): any;