mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-11 17:30:18 +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;
|