From e8459bf0f6aaff5fc34a76ba170cdbc11d243f8b Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Sat, 22 Aug 2020 21:11:29 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#46731=20[di]=20Rem?= =?UTF-8?q?ove=20superfluous=20///=20=20by?= =?UTF-8?q?=20@jablko?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/di/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/di/index.d.ts b/types/di/index.d.ts index ea1d596017..bda2a98763 100644 --- a/types/di/index.d.ts +++ b/types/di/index.d.ts @@ -4,8 +4,6 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 -/// - export class Injector { get(dep: string): {}; invoke(fn: (context: {}, deps: Array<{}>) => {}, context: {}): {};