Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/immutable-js/immutable-js
/ fromJS.ts
File
fromJS.ts
__tests__/fromJS.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ runInNewContext } from
'vm'
;
2
import
{ describe, expect, it } from
'@jest/globals'
;
3
import
{ List, Map, Set, fromJS, isCollection } from
'immutable'
;
4
Callers
nothing calls this directly
Calls
7
Set
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
fromJS
Function · 0.85
isCollection
Function · 0.85
count
Method · 0.80
values
Function · 0.70
Tested by
no test coverage detected