mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Replace method
This commit is contained in:
Vendored
+1
-3
@@ -6600,9 +6600,7 @@ declare module _ {
|
||||
* @param args Arguments to be partially applied.
|
||||
* @return The new partially applied function.
|
||||
**/
|
||||
partialRight(
|
||||
func: Function,
|
||||
...args: any[]): Function;
|
||||
partialRight: PartialRight
|
||||
}
|
||||
|
||||
interface PartialRight {
|
||||
|
||||
Reference in New Issue
Block a user