Seamus Leahy
cf0c469c1b
Add missing parameter to gm's define method ( #25567 )
...
* Add missing value parameter to define method
* Increase version number
2018-05-07 09:15:16 -07:00
Andy Hanson
45c9246c09
Remove esModuleInterop from tsconfigs (no longer mandatory)
2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
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
Andy
947a8fb761
Enable strictFunctionTypes ( #20373 )
2017-10-06 14:03:03 -07:00
Andy
924fafffc0
Fix remaining lint errors ( #19166 )
2017-08-20 15:37:53 -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
Brian Lee
f633354ee2
[gm]: allows subclasses to process non-string argument types as image source ( #16855 )
...
* Allow subclass gm function to accept source types other than path strings
* Rewrite overloaded function
2017-06-02 09:01:49 -07:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00