(s, o)
| 74530 | return { ...this.#s } |
| 74531 | } |
| 74532 | })(), |
| 74533 | formatAPI = (s, o) => |
| 74534 | 'function' == typeof o ? pT.register(s, o) : null === o ? pT.unregister(s) : pT.get(s) |
| 74535 | formatAPI.getDefaults = () => pT.defaults |
| 74536 | const hT = formatAPI |
nothing calls this directly
no test coverage detected