UNPKG

@xmobitea/gn-typescript-client

Version:

GearN Typescript Client SDK by XmobiTea (Pro)

9 lines (8 loc) 175 B
export class GNSupport { static init() { this._isBrowser = (typeof window !== "undefined"); } static isBrowser() { return this._isBrowser; } }