mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
paho-mqtt: Remove unnecessary module.d.ts (#29898)
This commit is contained in:
parent
7500ae4609
commit
19e189194f
6
types/paho-mqtt/index.d.ts
vendored
6
types/paho-mqtt/index.d.ts
vendored
@ -4,9 +4,9 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
/// <reference path="module.d.ts"/>
|
||||
export = Paho.MQTT;
|
||||
|
||||
declare namespace Paho {
|
||||
declare global {
|
||||
/**
|
||||
* Send and receive messages using web browsers.
|
||||
* <p>
|
||||
@ -40,7 +40,7 @@ declare namespace Paho {
|
||||
* an error with any parameter.
|
||||
* <p>
|
||||
*/
|
||||
namespace MQTT {
|
||||
namespace Paho.MQTT {
|
||||
/**
|
||||
* The Quality of Service used to deliver a message.
|
||||
* <dl>
|
||||
|
||||
10
types/paho-mqtt/module.d.ts
vendored
10
types/paho-mqtt/module.d.ts
vendored
@ -1,10 +0,0 @@
|
||||
// Type definitions for paho-mqtt 1.0
|
||||
// Project: https://github.com/eclipse/paho.mqtt.javascript#readme
|
||||
// Definitions by: Alex Mikhalev <https://github.com/amikhalev>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="index.d.ts"/>
|
||||
|
||||
declare module 'paho-mqtt' {
|
||||
export = Paho.MQTT;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user