@mxw/types
v2.1.0
Published
Type definitions for maxwhere.
Downloads
69
Keywords
Readme
Type definitions for maxwhere.
Includes the following module type declacations: maxwhere
, electron
.
To work properly the following config should be present in the tsconfig.json
file.
"compilerOptions": {
"typeRoots": ["node_modules/@mxw/types"]
}