Graduation / ui /node_modules /vitest /importMeta.d.ts
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
83 Bytes
interface ImportMeta {
url: string
readonly vitest?: typeof import('vitest')
}