UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

7 lines (6 loc) 164 B
import EventEmitter from "node:events"; export declare class TrackerBase extends EventEmitter { id: number; name: string; constructor(name?: string); }