mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-25 18:02:23 +01:00
add Module to externals
This commit is contained in:
parent
54a30ccf10
commit
eb7c5f1c9c
1 changed files with 1 additions and 0 deletions
1
externals.d.ts
vendored
1
externals.d.ts
vendored
|
|
@ -7,4 +7,5 @@ declare var verb: any;
|
|||
declare var FS: any;
|
||||
declare var __CAD_APP: any;
|
||||
declare var __DEBUG__: any;
|
||||
declare var Module: any;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue