Flex Types, provides static type checking in Imba.
First, you need to clone the repo:
git clone https://github.com/harnessflex/types.git
Then you need to install the dependencies:
npm install
Then finally, you can run the application:
npm run start
You can find the list of supported types here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#primitive_values
Note: you can also create custom types by defining a new
class
.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.