MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / ComparisonCase

Interface ComparisonCase

test/unit/typeof.spec.ts:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39});
40
41interface ComparisonCase {
42 expression: string;
43 operator: string;
44 compareTo: string;
45}
46
47const equalityComparisonCases: ComparisonCase[] = [
48 { expression: "{}", operator: "===", compareTo: "object" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected