UNPKG

zarbis

Version:

Configuration-less build tool

7 lines (6 loc) 201 B
export default class PackageJsonGenerator { otherPackageValues: any; projectDir: string; constructor(otherPackageValues: {} | undefined, projectDir: any); apply(compiler: any): void; }