mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-16 23:12:49 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
interface ImportMeta {
|
|
url: string
|
|
readonly vitest?: typeof import('vitest')
|
|
}
|