mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
* There were a couple of definitions that were missing type decorations that would infer "any" implicitly. * Exec had four constructors that the actual jake object doesn't seem to have. Exec objects are always created using createExec. * The methods implementing node's EventEmitter didn't match the actual EventEmitter signatures, so I updated them.