(path: string)
| 24 | } satisfies Options |
| 25 | |
| 26 | function resolve(path: string) { |
| 27 | return _resolve(path) |
| 28 | } |
| 29 | |
| 30 | async function buildBundle() { |
| 31 | await fs.rm(resolve('./dist'), { recursive: true, force: true }) |
no outgoing calls
no test coverage detected