Good-Loop
Organization@good-loop
Improving advertising by treating you with respect. Opt-in adverts that give back with donations to the charity you choose.
1
Published Tools
0
Total Stars
0
Weekly Downloads
3
GitHub Followers
36
Public Repos
Published Tools
1 Skillacross 1 categoryeasy-enums
winterstein
Easy but powerful enums for safer code. e.g. const Fruit = new Enum("apple pear banana"); gives you Fruit.apple, Fruit.has("apple"), and Fruit.$apple() (as a fail-fast value), whilst Fruit.isApple('penguin') will throw an error.
...moreSkillAI Tool
1 dir