MCPcopy
hub / github.com/kolodny/immutability-helper / Thing

Interface Thing

test.ts:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642
643describe('works with readonly arrays', () => {
644 interface Thing {
645 bar: {
646 foo: ReadonlyArray<{ baz: number }>;
647 };
648 }
649
650 const a: Thing = {
651 bar: { foo: [ {baz: 1} ] }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…