Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajikaimal/typed-js


https://github.com/rajikaimal/typed-js

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# typed-js

> Experimental

JavaScript with type checks

## Language specification

### Variable declaration

```js
int age = 25;
str name = "Cara Delevingne";
bool isActress = true;
```

MIT © [rajikaimal](https://github.com/rajikaimal)