Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
interface esbuildTypes.PartialNote
import { type esbuildTypes } from "https://deno.land/x/fresh@1.1.5/src/server/deps.ts";
const { PartialNote } = esbuildTypes;

Properties

optional
text: string
optional
location: Partial<Location> | null