| 1 | import type { Base64ImageSource } from '@anthropic-ai/sdk/resources/index.mjs' |
| 2 | import { readdir, readFile as readFileAsync } from 'fs/promises' |
| 3 | import * as path from 'path' |
| 4 | import { posix, win32 } from 'path' |
nothing calls this directly
no test coverage detected