UNPKG

493 BTypeScriptView Raw
1import { JsiiModule } from './packaging';
2import { Toposorted } from './toposort';
3/**
4 * Find all modules that need to be packagerd
5 *
6 * If the input list is empty, include the current directory.
7 *
8 * The result is topologically sorted.
9 */
10export declare function findJsiiModules(directories: readonly string[], recurse: boolean): Promise<Toposorted<JsiiModule>>;
11export declare function updateAllNpmIgnores(packages: JsiiModule[]): Promise<void>;
12//# sourceMappingURL=npm-modules.d.ts.map
\No newline at end of file