mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
declare module "*.wav" {
|
|
const file: string
|
|
export default file
|
|
}
|