mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Merge pull request #1111 from ashwinr/master
Update bind method for underscore.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -861,7 +861,7 @@ declare module _ {
|
||||
* @return `fn` with `this` bound to `object`.
|
||||
**/
|
||||
export function bind(
|
||||
func: (...as: any[]) => any,
|
||||
func: Function,
|
||||
context: any,
|
||||
...arguments: any[]): () => any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user