MCPcopy
hub / github.com/remeda/remeda / Foo

Interface Foo

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

Source from the content-addressed store, hash-verified

60
61test("works with interfaces", () => {
62 interface Foo {
63 a: string;
64 b: number;
65 }
66
67 interface Bar {
68 a: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected