DefinitelyTyped/types/ts3-nodejs-library/index.d.ts
Pascal Sthamer fa3042120f [ts3-nodejs-library] Add missing property types and enhance existing types (#35044)
* Add missing property types and enhance existing types

* Added missing property types.
* get methods on TeamSpeak3 class now correctly return undefined.
* Prettify files using prettier.

* Add missing Client cid and type clientDBInfo

* Add warning / ban types, fix missing semicolon

* Update github profile link from Mattzimann to Mattzi

He changed his username
2019-04-28 23:13:43 -07:00

11 lines
466 B
TypeScript

// Type definitions for ts3-nodejs-library 1.13
// Project: https://github.com/Multivit4min/TS3-NodeJS-Library
// Definitions by: Pascal Sthamer <https://github.com/P4sca1>
// David Kartnaller <https://github.com/Multivit4min>
// Mattis Krämer <https://github.com/Mattzi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
import TeamSpeak3 = require('./TeamSpeak3');
export = TeamSpeak3;