0.8.0-rc.1 • Published 1 year ago

@infomaker/types-comms v0.8.0-rc.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Installation

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

Summary

This package contains type definitions for the comms API ( https://bitbucket.org/infomaker/comms ).

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-*"
            ]
        }
    }
}
0.8.0-rc.1

1 year ago

0.8.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago