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
Shawn Talbert
12/06/2022, 5:45 PM
this probably isn't the best channel for this but I don't see any reason your
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)