()
| 69272 | return target ? this.to(target) : this; |
| 69273 | } |
| 69274 | toFloat32Array() { |
| 69275 | return new Float32Array(this); |
| 69276 | } |
| 69277 | toString() { |
| 69278 | return this.formatString((0, _common.config)); |
| 69279 | } |
nothing calls this directly
no outgoing calls
no test coverage detected