Skip to content

@ryanuo/utils / common / isBrowser

Function: isBrowser()

ts
function isBrowser(): boolean;

Checks if the current environment is a browser

Returns

boolean

Whether the current environment is a browser

Example

ts
import { 
isBrowser
} from '@ryanuo/utils'
isBrowser
() // true