Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hpke/src/utils/misc.ts>isDeno

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
Latest
variable isDeno
import { isDeno } from "https://deno.land/x/hpke@1.2.9/src/utils/misc.ts";

Checks whether the execution env is Deno or not.

type

() => unknown