Deno Standard Library

The Deno Standard Library is a collection of audited TypeScript modules maintained by the Deno core team and published on JSR under the @std scope. It provides common utilities including HTTP server helpers, path manipulation, assertions, CSV and JSON parsing, hashing, encoding, streams, date formatting, and more. All modules are guaranteed to work with the current stable Deno release and do not rely on third-party dependencies.

API entry from apis.yml

apis.yml Raw ↑
aid: deno:standard-library
name: Deno Standard Library
tags:
- Modules
- Standard Library
- TypeScript
- Utilities
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://docs.deno.com/runtime/fundamentals/standard_library/
properties:
- url: https://docs.deno.com/runtime/fundamentals/standard_library/
  type: Documentation
- url: https://jsr.io/@std
  type: Documentation
description: The Deno Standard Library is a collection of audited TypeScript modules maintained by the
  Deno core team and published on JSR under the @std scope. It provides common utilities including HTTP
  server helpers, path manipulation, assertions, CSV and JSON parsing, hashing, encoding, streams, date
  formatting, and more. All modules are guaranteed to work with the current stable Deno release and do
  not rely on third-party dependencies.