mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
Added _debug to Instance interface (#27297)
* Added _debug to Instance interface * removed trailing whitespace
This commit is contained in:
committed by
Wesley Wigham
parent
421d259b31
commit
778aaa7f32
3
types/simple-peer/index.d.ts
vendored
3
types/simple-peer/index.d.ts
vendored
@@ -61,6 +61,9 @@ declare namespace SimplePeer {
|
||||
// methods which are not documented
|
||||
readonly bufferSize: number;
|
||||
address(): { port: string, family: string, address: string, };
|
||||
|
||||
// used for debug logging
|
||||
_debug(message?: any, ...optionalParams: any[]): void;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user