@types/lerna__run-topologically
TypeScript icon, indicating that this package has built-in type declarations

5.1.3 • Public • Published

Installation

npm install --save @types/lerna__run-topologically

Summary

This package contains type definitions for @lerna/run-topologically (https://github.com/lerna/lerna/tree/main/utils/run-topologically).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lerna__run-topologically.

index.d.ts

import { Package } from "@lerna/package";
import { QueryGraphConfig } from "@lerna/query-graph";

export type TopologicalConfig = QueryGraphConfig & { concurrency: number };
export function runTopologically<T>(
    packages: Package[],
    runner: (pkg: Package) => Promise<T>,
    options?: TopologicalConfig,
): Promise<T[]>;

Additional Details

Credits

These definitions were written by donmahallem.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/lerna__run-topologically

Weekly Downloads

910

Version

5.1.3

License

MIT

Unpacked Size

3.58 kB

Total Files

5

Last publish

Collaborators

  • types