If you want to see it in action, check out the project landing page at: typelib.schemetastic.com
I do also have a promo short video about the proj...
For further actions, you may consider blocking this person and/or reporting abuse
I much appreciate your effort! Type checking is super important in Javascript and a nice lib could help to make things easier.
I like your coding style, it is very clear. But as type checks are used often and the lib is included in any project, the code should be thoroughly optimized for size and speed. Maybe arrow functions and a shorter names could save some bytes?
The following routine could be possibly faster and shorter:
So, I suppose, your code could be like ths:
I did not run this code, but maybe you can take this as an example.
Arrow functions? In a previous version they were detected, but I removed them from the spec... 3 reasons
By the way, I'm glad that you reviewed my code and that you liked it, I'm surprised that someone took the time to read it and review it, It took a lot of efforts to write that code in that way. Thanks for your suggestion, I don't know how much using a regex like that could affect performance, but your suggestion is valid, I will consider that for a future version. Really, thanks a lot.
I was just curious to see, how you did all the testing...
nice Idea
nice Comment 😉
Great article!
Thanks Piko, I've noticed you have been producing great videos on YouTube!
You are too kind! 🤗
Very useful, thank you
Thanks to you! If you are interested, next article will be posted on Monday!
Cool
Thank you for sharing. I think I just found myself a new tool to add to my toolbox 😊
Hey, your welcome! I'm glad you like it, I will be producing more tools and resources for developers soon!