@nx/angular
Version:
5 lines • 310 B
TypeScript
import { type Tree } from '@nx/devkit';
import type { GeneratorOptions } from './schema';
export declare function convertToApplicationExecutor(tree: Tree, options: GeneratorOptions): Promise<() => void>;
export default convertToApplicationExecutor;
//# sourceMappingURL=convert-to-application-executor.d.ts.map