UNPKG

ns-fivem-react-boilerplate

Version:
7 lines (5 loc) 222 B
// Will return whether the current environment is in a regular browser // and not CEF export const isEnvBrowser = (): boolean => !(window as any).invokeNative; // Basic no operation function export const noop = () => {};