5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
|
|
declare module "*.wav" {
|
||
|
|
const file: string
|
||
|
|
export default file
|
||
|
|
}
|