mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
10 lines
142 B
TypeScript
10 lines
142 B
TypeScript
declare module "*.wav" {
|
|
const file: string
|
|
export default file
|
|
}
|
|
|
|
declare module "*.wasm" {
|
|
const file: string
|
|
export default file
|
|
}
|