Spaces:
Running
Running
File size: 110 Bytes
f23825d |
1 2 3 4 5 6 7 |
declare module "*.png"
declare module "*.svg"
interface Window {
webkitAudioContext: typeof AudioContext
}
|