mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Attempt to pass review
This commit is contained in:
Vendored
+1
-6
@@ -5,10 +5,6 @@
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
// Functions that are deprecated, not working, or returning callbacks instead of promises were not documented.
|
||||
|
||||
declare module "node-hue-api" {
|
||||
|
||||
//Not documented because it says it's broken
|
||||
//export function connect(config) : HueApi;
|
||||
|
||||
@@ -1071,5 +1067,4 @@ declare module "node-hue-api" {
|
||||
|
||||
function create(values?: Object): State;
|
||||
function isLightState(obj: Object): obj is State;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user