isList, isMap, isOrderedList, isOrderedMap e.t.c. are not exported
Closed this issue · 1 comments
Methuselah96 commented
From @GolubevS on Sun, 06 Oct 2019 07:16:48 GMT
What happened
isList, isMap, isOrderedList, isOrderedMap e.t.c. are not exported from immutable.es.js
How to reproduce
import {Map, isOrderedMap} from 'immutable';
console.log(isOrderedMap(Map({b:1,a:2}).sort()));
Result:
export 'isOrderedMap' was not found in 'immutable'
Copied from original issue: immutable-js#1740
Methuselah96 commented
Resolved in #20.