@nx/angular
Version:
5 lines • 309 B
TypeScript
import { Tree } from '@nx/devkit';
import { GeneratorOptions } from './schema';
export declare function librarySecondaryEntryPointGenerator(tree: Tree, rawOptions: GeneratorOptions): Promise<void>;
export default librarySecondaryEntryPointGenerator;
//# sourceMappingURL=library-secondary-entry-point.d.ts.map