(name: string)
| 701 | } |
| 702 | |
| 703 | const keyName = (name: string): KeyComponent => ({ |
| 704 | _tag: "KeyName", |
| 705 | name |
| 706 | }) |
| 707 | |
| 708 | const keyIndex = (index: number): KeyComponent => ({ |
| 709 | _tag: "KeyIndex", |
no outgoing calls
no test coverage detected
searching dependent graphs…