Licence
MIT
Version
2.1.0-beta
Deps
0
Size
5 kB
Vulns
0
Weekly
0
What is it?
Strong-script is the beginning of a future major project (perhaps laziness, it is). So this rudiment comes from, I already know to you, TypeScript.
What types does this library support?
- String.
- Number.
- Boolean.
- Tuple.
How to use it?
It's simple:
npm i strong-script
const { Factory } = require('strong-script');
const myField = new Factory('string');
The next step is to read a little documentation