UNPKG

lavva.webbluetooth

Version:

Library implementing WebBluetooth custom functionality if underlying platform does support it

6 lines 147 B
export class Task { static Delay(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } } //# sourceMappingURL=Task.js.map