Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/immutable-js/immutable-js
/ toJS
Function
toJS
src/CollectionImpl.js:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
},
99
100
toJS() {
101
return
toJS(this);
102
},
103
104
toKeyedSeq() {
105
return
new
ToKeyedSequence(this, true);
Callers
nothing calls this directly
Calls
1
toJS
Function · 0.90
Tested by
no test coverage detected