UNPKG
@yasiriqbal776/mqtt-js
Version:
latest (1.0.0)
1.0.0
A library for the MQTT protocol
github.com/yasiriqbal776/MQTT.js
yasiriqbal776/MQTT.js
@yasiriqbal776/mqtt-js
/
types
/
lib
/
store-options.d.ts
7 lines
(6 loc)
•
102 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
IStoreOptions
{
/** * true, clear _inflights at close */
clean?:
boolean
}