fac184ccfe
- reduce amount of warnings in IDE
- maximize API type mapping with static/js/core/types.js
6 lines
72 B
TypeScript
6 lines
72 B
TypeScript
declare module '*.mjs' {
|
|
const value: any;
|
|
export default value;
|
|
}
|
|
|