UNPKG

@onesy/utils

Version:
3 lines (2 loc) 171 B
export declare type TIsEnvironmentType = 'browser' | 'worker' | 'nodejs' | 'localhost'; export default function isEnvironment(type: TIsEnvironmentType, value?: any): any;