* Restrict the modification behavior of a scale for robustness. e.g., avoid subsequently * modifying `SCALE_EXTENT_KIND_EFFECTIVE` but no sync to `SCALE_EXTENT_KIND_MAPPING`.
(this: This)
| 288 | * modifying `SCALE_EXTENT_KIND_EFFECTIVE` but no sync to `SCALE_EXTENT_KIND_MAPPING`. |
| 289 | */ |
| 290 | freeze(this: This): void; |
| 291 | } |
| 292 | |
| 293 | export function initBreakOrLinearMapper( |
no outgoing calls
no test coverage detected