MCPcopy 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

1import { runInNewContext } from 'vm';
2import { describe, expect, it } from '@jest/globals';
3import { List, Map, Set, fromJS, isCollection } from 'immutable';
4

Callers

nothing calls this directly

Calls 7

SetInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
fromJSFunction · 0.85
isCollectionFunction · 0.85
countMethod · 0.80
valuesFunction · 0.70

Tested by

no test coverage detected