UNPKG
@iotize/tap
Version:
dev (2.1.0)
latest (2.30.1)
2.30.1
2.30.0
2.29.0
2.27.0
2.26.1
2.26.0
2.25.1
2.25.0
2.24.0
2.21.0
2.20.1
2.20.0
2.19.4
2.19.3
2.19.2
2.19.1
2.19.0
2.18.1
2.15.0
2.14.0
2.13.0
2.12.0
2.11.0
2.11.0-alpha.1
2.10.1
2.10.0-alpha.1
2.9.0
2.9.0-alpha.2
2.9.0-alpha.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
IoTize Device client for Javascript
developer.iotize.com
@iotize/tap
/
service
/
impl
/
ble
/
lib
/
generated
/
service-container-extension.d.ts
8 lines
(7 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
BleService
}
from
'./service'
;
declare
module
'@iotize/tap/lib/service-container'
{
interface
ServiceContainer
{
ble
:
BleService
; } }
export
declare
const
_TAP_SERVICE_EXTENSION_BLE_
:
import
(
"@iotize/tap"
).
ServiceContainer
;