UNPKG

sparo

Version:

Improve Git performance in your large scale frontend monorepo by integrating sparse checkout with Rush and PNPM

18 lines 613 B
import { type IPackageJson } from '@rushstack/node-core-library'; export declare class SparoPackage { private static __sparoPackageJson; private static __sparoPackageFolder; private constructor(); /** * The currently executing version of the "sparo" library. * This is the same as the Sparo tool version for that release. */ static get version(): string; /** * @internal */ static get _sparoPackageJson(): IPackageJson; static get _sparoPackageFolder(): string; private static _ensureOwnPackageJsonIsLoaded; } //# sourceMappingURL=SparoPackage.d.ts.map