🤖 Merge PR #46731 [di] Remove superfluous /// <reference types="node" /> by @jablko

This commit is contained in:
Jack Bates 2020-08-22 21:11:29 -07:00 committed by GitHub
parent 1173f8c41a
commit e8459bf0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/di/index.d.ts vendored
View File

@ -4,8 +4,6 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
/// <reference types="node" />
export class Injector {
get(dep: string): {};
invoke(fn: (context: {}, deps: Array<{}>) => {}, context: {}): {};