I'm trying to create a restlet in TypeScript, but ...
# sdf
r
I'm trying to create a restlet in TypeScript, but cannot seem to get around "delete" being reserved. I'm guessing this is something easy in TypeScript, but I cannot see to figure it out. I need to get export.delete = _delete for the function
s
this probably isn't the best channel for this but I don't see any reason your
export.delete = _delete
shouldn't work.
Untitled.ts
We typically do something like this where X is a namespace (so that we can do some automagic cross cutting concerns like autologging all function invocations on X)