3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
// @ts-ignore
|
|
export const isBrowserContext = (typeof navigator !== "undefined" && navigator && navigator.bluetooth);
|