mirror of
https://github.com/lemon07r/opencode-kimi-full.git
synced 2026-07-18 08:05:52 +02:00
6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
declare module "bun:test" {
|
|
export const test: (...args: any[]) => any
|
|
export const expect: any
|
|
export const afterEach: (...args: any[]) => any
|
|
}
|