1.6.2 • Published 11 months ago

@infomaker/types-substance v1.6.2

Weekly downloads
36
License
MIT
Repository
-
Last release
11 months ago

Installation

npm install --save-dev @infomaker/types-substance

Summary

This package contains type definitions for substance ( https://github.com/Infomaker/substance/tree/altgr-fix ).

Enable Types

To enable discovery of this module, create this tsconfig.json-file in your root folder:

{
    "compilerOptions": {
        "allowJs": true,
        "noEmit": true,
        "baseUrl": ".",
        "paths": {
            "*": [
                "*",
                "node_modules/@infomaker/types-*"
            ]
        }
    }
}
1.6.2

11 months ago

1.6.0

1 year ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago