Commit Graph

2 Commits

Author SHA1 Message Date
Maarten van Vliet
2d02d74ac7 @types/gm Use union types instead of overloaded functions (#20530)
* Turn on unifiable signatures tslint rule

* Use union types in favor of overloaded functions

* Add myself to definitions editors field
2017-10-16 13:40:25 -07:00
Maarten van Vliet
1de0136f93 @types/gm Add GetterOptions for working with streams and identify operations (#18447)
* Add GetterOptions for working with streams and identify operations

Identify operations need to buffer readStream in memory if you
need to write()/stream() afterwards
See: https://github.com/aheckmann/gm/blob/c6a6c5a/README.md#streams

* Apply some tslint recommendations

* Add tslint.json

* Fix linting errors

* Add tslint rule to skip unified-signatures check

* Ensure geometry is passed ResizeOption
2017-07-31 13:55:17 -07:00