mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
11 lines
466 B
TypeScript
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;
|