8000
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 72e5fbc commit 1ad6fc3Copy full SHA for 1ad6fc3
type-definitions/Immutable.d.ts
@@ -4707,7 +4707,7 @@ declare module Immutable {
4707
* ```js
4708
* const { fromJS, isKeyed } = require('immutable')
4709
* function (key, value) {
4710
- * return isKeyed(value) ? value.Map() : value.toList()
+ * return isKeyed(value) ? value.toMap() : value.toList()
4711
* }
4712
* ```
4713
*
0 commit comments