Is there a way to have Interfaces(like in Java)
In languages like Java or Typescript you can have interfaces. They provide more structure. I prefer not to ducktype. Can I do something like this in MicroScript.
In languages like Java or Typescript you can have interfaces. They provide more structure. I prefer not to ducktype. Can I do something like this in MicroScript.
You can inherit classes, but there are no interfaces.
I can feel your object orientated drive :) But no, there isnt