Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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