Skip to main content
Module

x/upstash_redis/deps.ts>dnt.EntryPoint

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
interface dnt.EntryPoint
import { type dnt } from "https://deno.land/x/upstash_redis@v1.19.1/deps.ts";
const { EntryPoint } = dnt;

Properties

optional
kind: "bin" | "export"

If the entrypoint is for an npm binary or export.

name: string

Name of the entrypoint in the "binary" or "exports".

path: string

Path to the entrypoint.