MCPcopy
hub / github.com/ts-essentials/ts-essentials / Circle

Interface Circle

lib/omit-never-properties/index.test.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15function testUnions() {
16 interface Circle {
17 kind: "circle";
18 radius: number;
19 sideLength?: never;
20 }
21
22 interface Square {
23 kind: "square";

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…