mirror of
https://github.com/zoorpha/rustshare-obsidian-plugin.git
synced 2026-07-22 07:48:14 +00:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
interface ImportMeta {
|
|
url: string
|
|
readonly vitest?: typeof import('vitest')
|
|
}
|