Skip to main content
Go to Latest
function parseExportNames
import { parseExportNames } from "https://deno.land/x/aleph_compiler@0.5.5/mod.ts";

Parse export names of the module.

Parameters

specifier: string
code: string
optional
options: Pick<TransformOptions, "lang"> = [UNSUPPORTED]

Returns

Promise<string[]>