(s, o)
| 74593 | return { ...this.#s } |
| 74594 | } |
| 74595 | })(), |
| 74596 | encoderAPI = (s, o) => |
| 74597 | 'function' == typeof o ? _T.register(s, o) : null === o ? _T.unregister(s) : _T.get(s) |
| 74598 | encoderAPI.getDefaults = () => _T.defaults |
| 74599 | const ST = encoderAPI, |
nothing calls this directly
no test coverage detected