We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a033f commit 041fe5aCopy full SHA for 041fe5a
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T01:06:20.061Z
+2022-10-01T01:31:08.377Z
docs/types/test.ts
@@ -54,7 +54,7 @@ function identity( x: any ): any {
54
mapFun( identity, {} ); // $ExpectError
55
}
56
57
-// The function does not compile if provided fewer than two arguments...
+// The compiler throws an error if the function is provided fewer than two arguments...
58
{
59
mapFun(); // $ExpectError
60
mapFun( identity ); // $ExpectError
lib/index.js
@@ -36,7 +36,7 @@
36
37
// MODULES //
38
39
-var mapFun = require( './map_function.js' );
+var mapFun = require( './main.js' );
40
41
42
// EXPORTS //
lib/map_function.js renamed to lib/main.js
0 commit comments