Node binding changes:
- feat: rewrite the node bindings in TypeScript
- feat: add
console.warn
for bad inputs to the functions
C++ changes:
- fix:
get_at
wasn't working forstd::vector<std::string>
- docs: add usage from C++ docs
Node binding changes:
console.warn
for bad inputs to the functionsC++ changes:
get_at
wasn't working for std::vector<std::string>