mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
[metadata] fix incorrect metadata & tslint ignores (#18653)
This commit is contained in:
committed by
Mohamed Hegazy
parent
e8ff5620d6
commit
4b5aedb84c
2
types/got/index.d.ts
vendored
2
types/got/index.d.ts
vendored
@@ -27,7 +27,7 @@ declare namespace got {
|
||||
(url: GotUrl, options: GotBodyOptions<string>): GotPromise<string>;
|
||||
(url: GotUrl, options: GotBodyOptions<null>): GotPromise<Buffer>;
|
||||
}
|
||||
// tslint:disable unified-signatures
|
||||
// tslint:enable unified-signatures
|
||||
|
||||
type GotStreamFn = (url: GotUrl, options?: GotOptions<string | null>) => GotEmitter & nodeStream.Duplex;
|
||||
|
||||
|
||||
2
types/p-any/index.d.ts
vendored
2
types/p-any/index.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
// Type definitions for p-any 1.1
|
||||
// Project: https://github.com/sindresorhus/p-any#readme
|
||||
// Definitions by: My Self <https://github.com/me>
|
||||
// Definitions by: BendingBender <https://github.com/BendingBender>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import AggregateErrorModule = require('aggregate-error');
|
||||
|
||||
Reference in New Issue
Block a user