diff --git a/types/got/index.d.ts b/types/got/index.d.ts index fe498d5b34..c96c7eff25 100644 --- a/types/got/index.d.ts +++ b/types/got/index.d.ts @@ -27,7 +27,7 @@ declare namespace got { (url: GotUrl, options: GotBodyOptions): GotPromise; (url: GotUrl, options: GotBodyOptions): GotPromise; } - // tslint:disable unified-signatures + // tslint:enable unified-signatures type GotStreamFn = (url: GotUrl, options?: GotOptions) => GotEmitter & nodeStream.Duplex; diff --git a/types/p-any/index.d.ts b/types/p-any/index.d.ts index 0354ec661a..8b4165b54c 100644 --- a/types/p-any/index.d.ts +++ b/types/p-any/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for p-any 1.1 // Project: https://github.com/sindresorhus/p-any#readme -// Definitions by: My Self +// Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import AggregateErrorModule = require('aggregate-error');