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

x/apex_core/mod.ts>Resolver

JavaScript / Node.js support for the Apex language
Latest
type alias Resolver
import { type Resolver } from "https://deno.land/x/apex_core@v0.1.5/mod.ts";

Resolver returns the contents of an import.

definition: (location: string, from: string) => string