UNPKG

polyuworld-emscripten-addon-template

Version:

Enabling C++ programming with this add-on

9 lines (8 loc) 157 B
declare module "*.mp3" { const value: any; export default value; } declare module "*.glb" { const url: string; export default url; }