(level: number)
| 75 | } |
| 76 | |
| 77 | const indent = (level: number): string => ' '.repeat(level); |
| 78 | |
| 79 | // Objects with this many or more properties are always expanded onto multiple lines, to keep |
| 80 | // generated `.artifact.ts` files compliant with the `object-curly-newline` lint rule (minProperties: 4) |
no outgoing calls
no test coverage detected