| 364 | * the same for cramped and uncramped version of a style), and a cramped flag. |
| 365 | */ |
| 366 | class Style { |
| 367 | constructor(id, size, cramped) { |
| 368 | this.id = void 0; |
| 369 | this.size = void 0; |
nothing calls this directly
no outgoing calls
no test coverage detected