TS is transpiled to 100% vanilla JavaScript and yo...
# random
m
TS is transpiled to 100% vanilla JavaScript and you use the same native apis. There is no additional "layer" in your generated code. It's a build step that runs before you upload your code to NetSuite that basically does extra checking for you and catches mistakes. Very similar to Facebook's "Flow".