* fix: incorrect signature cause ts2345
Test incorrectly used a static Axios config and needed to pass an Axios Instance
since the Axios module is updated to inject an interceptor
* docs: corrected author url
* [@types/blessed] Add more types for `Screen` class
* Remove top level `stream` import, use `Readable` and `Writable` instead
* Remove `any` type in a few cases to their proper type
* Add types for `clickable` and `keyable` arrays
* Add type definition for `cleanSides()` function
* Add test
* Publish Screeps v3.0.0
This commit publishes typed-screeps v3.0.0 to DefinitelyTyped.
This is a major release with breaking changes, please view the release
notes for full details https://github.com/screepers/typed-screeps/releases/tag/v3.0.0
* [3.0.1] Review corrections
- Fix POSSIBLE_RESSOURCES typo
- Remove unecessary tslint:disable rules
* Update @types/mui-datatables according to v2.13.0
* Add 'setCellHeader' to mui-datatable MUIDataTableColumnOptions
* Add 'disableToolbarSelect' to mui-datatables MUIDataTableOptions
* Add 'setTableProps' to mui-datatables MUIDataTableOptions
* Update @types/mui-datatables version in header
Global var definitions for TextDecoder and TextEncoder collide with the
globals defined by "lib.dom.d.ts". Ideally we would be able to
conditionally define TextDecoder and TextEncoder if they are not
already defined in the current context. Since we cannot do conditional
definitions in an ambient context, we export these types so the user
can do this themselves (see tests).
- Move global type definitions to namespace to prevent collisions with
"lib.dom.d.ts" TextDecoder and TextEncoder.
- Update name of namespace from "fastTextEncoder" to "fastTextEncoding"
to match package name.
- Update tests to manually define global vars TextDecoder and
TextEncoder.
* Adding tsconfig and tslint
* Adding main interface type definitions
* Adding tests
* Updating tsconfig
* Adding locale type definitions
* Fix config
* Fix linting
* Updating tsconfig to use files property
* Updating typescript version
* Header fix
* Trimming newlines for dtslint
* Potential CI Fix
* Removing strict flag from tsconfig
* Shuffling types for less duplication
* Adding newline for linting
1. Only index.d.ts is allowed in files list; all other d.ts files should be
referenced from it.
2. Unreferenced files that nonetheless need to ship can be added to
OTHER_FILES.txt