MCPcopy
hub / github.com/remeda/remeda / Bar

Interface Bar

packages/remeda/src/mergeDeep.test-d.ts:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 interface Bar {
68 a: string;
69 c: boolean;
70 }
71
72 expectTypeOf(
73 // eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion -- preserves the named interface; that's what this test exercises.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected