| 116 | ? (w = (l) => window.btoa(unescape(encodeURIComponent(l)))) |
| 117 | : typeof Buffer == 'function' && (w = (l) => Buffer.from(l, 'utf-8').toString('base64')); |
| 118 | class b { |
| 119 | constructor(t) { |
| 120 | ((this.version = 3), |
| 121 | (this.file = t.file), |
nothing calls this directly
no outgoing calls
no test coverage detected