akamai / edgeworkers-examples

EdgeWorkers Examples – This repository contains practical examples, that can be used as a starting point for Akamai EdgeWorkers.
Apache License 2.0
138 stars 77 forks source link

EdgeKV lib: Improving TypeScript and IntelliSense support #200

Closed guillaume-fr closed 8 months ago

guillaume-fr commented 8 months ago

Fixing multiple jsdoc issues Removing default empty object params for function requiring mandatory fields

Unfortunately @throws {EdgeKVError} is not yet supported by tsc. Relevant issues are already reported an open on their project.