MCPcopy
hub / github.com/remeda/remeda / MyInterface

Interface MyInterface

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

Source from the content-addressed store, hash-verified

60
61 test("interfaces", () => {
62 interface MyInterface {
63 a: number;
64 }
65 // eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion -- preserves the named interface; that's what this test exercises.
66 const data = { a: 123 } as MyInterface;
67 if (isEmpty(data)) {

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…