mirror of https://github.com/webpack/webpack.git
remove unnecessary ts def
This commit is contained in:
parent
a87d290dd8
commit
c2549c75df
|
@ -7,15 +7,6 @@ declare namespace NodeJS {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO remove when https://github.com/DefinitelyTyped/DefinitelyTyped/pull/38753 is merged
|
||||
declare module "util" {
|
||||
function deprecate<T extends Function>(
|
||||
fn: T,
|
||||
message: string,
|
||||
code: string
|
||||
): T;
|
||||
}
|
||||
|
||||
declare module "neo-async" {
|
||||
interface QueueObject<T, E> {
|
||||
push(item: T): void;
|
||||
|
|
Loading…
Reference in New Issue