(/** @type {unknown} */ val)
| 71 | plugins: [ |
| 72 | { |
| 73 | test(/** @type {unknown} */ val) { |
| 74 | return typeof val === "string"; |
| 75 | }, |
| 76 | print(/** @type {string} */ val) { |
| 77 | return `"${val |
| 78 | .replace(/\\/g, "/") |
no outgoing calls
no test coverage detected