Just some went through the examples and readme. I specified that you need Node v14, not just any LTS version. We were using LTS: Erbium (12.22) and were getting errors about the nullish coalescing operator (??). Using Node v14+ fixed this problem.
Looks good and I'll merge one of these days. I will also keep some examples where the thingworx type names are used to show that these are an alternative.
Just some went through the examples and readme. I specified that you need Node v14, not just any LTS version. We were using LTS: Erbium (12.22) and were getting errors about the nullish coalescing operator (
??
). Using Node v14+ fixed this problem.