Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 771 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 771 Bytes

Flex Types

Flex Types, provides static type checking in Imba.

Getting Started

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

Types

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.

Security

If you discover any security related issues, please email donaldpakkies@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.