Replace method

This commit is contained in:
tkqubo
2015-10-24 23:54:39 +09:00
parent 908c7009c7
commit 072851d225
+1 -3
View File
@@ -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 {