mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-05-22 12:11:22 +00:00
10 lines
255 B
TypeScript
10 lines
255 B
TypeScript
import Arborist from "@npmcli/arborist";
|
|
|
|
import type { Imports } from "./index.d.ts";
|
|
|
|
export declare async function gatherImportsFromNpm(path: string): Imports;
|
|
|
|
export declare async function gatherImportsFromArborist(
|
|
arborist: Arborist,
|
|
): Imports;
|