mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix build errors harder
This commit is contained in:
@@ -4,7 +4,7 @@ interface Dependency {
|
||||
dependencies?: string;
|
||||
}
|
||||
|
||||
function doTest(test: (ctx, ...obj: Dependency[]) => void) {
|
||||
function doTest(test: (ctx: any, ...obj: Dependency[]) => void) {
|
||||
// create di context
|
||||
var ctx = di.createContext(),
|
||||
A: Dependency = () => {
|
||||
|
||||
Reference in New Issue
Block a user