mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #46731 [di] Remove superfluous /// <reference types="node" /> by @jablko
This commit is contained in:
parent
1173f8c41a
commit
e8459bf0f6
2
types/di/index.d.ts
vendored
2
types/di/index.d.ts
vendored
@ -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: {}): {};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user