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

Interface IHasTop

test.ts:583–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
582 it('does not lose non integer keys of an array', () => {
583 interface IHasTop {
584 top: number;
585 }
586 const state = { items: [
587 { name: 'Superman', strength: 1000 },
588 { name: 'Jim', strength: 2 },

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…