mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
umzug: Fix test (#17250)
This commit is contained in:
@@ -82,7 +82,7 @@ var AnotherUmzug = new Umzug({
|
||||
|
||||
// A function that receives and returns the to be executed function.
|
||||
// This can be used to modify the function.
|
||||
wrap: function (fun : Function) { return fun; }
|
||||
wrap: <T>(fun: T) => fun,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user