Skip to main content

@std/internal@0.215.0

latest
Works with
It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun
It is unknown whether this package works with Browsers
It is unknown whether this package works with Deno
It is unknown whether this package works with Node.js
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Bun
JSR Score70%
Published2 years ago (0.215.0)
default

Internal utilities for the public API of the Deno Standard Library.

warn_on_deprecated_api

Functions

f
warnOnDeprecatedApi(config: WarnDeprecatedApiConfig): void

Prints a warning message to the console for the given deprecated API.

Interfaces

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/internal

Import symbol

import * as internal from "@std/internal";
or

Import directly with a jsr specifier

import * as internal from "jsr:@std/internal";