deno_std
deno_std copied to clipboard
The Deno Standard Library
Is your feature request related to a problem? Please describe. I find [p-limit](https://www.npmjs.com/package/p-limit) helpful (APIs often limit user concurrency). The async module already has retry, debounce, and pooledMap which are...
Addresses https://github.com/denoland/deno_std/pull/4746#discussion_r1605477633
To be merged on June 7. Feedback from all is welcome before this package is stabilized. Closes #4629
Package documentation: https://jsr.io/@std/media-types/doc Progress: - [x] 100% documented, passing deno doc --lint checks and adhering to the [documentation guidelines](https://github.com/denoland/deno_std/blob/main/.github/CONTRIBUTING.md#documentation). - [x] Maximum possible test coverage - [x] No open issues...
Requirements: - [ ] 100% documented, passing `deno doc --lint` checks and adhering to the [documentation guidelines](https://github.com/denoland/deno_std/blob/main/.github/CONTRIBUTING.md#documentation). - [x] Maximum possible test coverage - [ ] No open issues or...
Requirements: - [ ] 100% documented, passing deno doc --lint checks and adhering to the [documentation guidelines](https://github.com/denoland/deno_std/blob/main/.github/CONTRIBUTING.md#documentation). - [x] Maximum possible test coverage - [ ] No open issues or...