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