@nx/angular
Version:
12 lines • 360 B
TypeScript
import type { Tree } from '@nx/devkit';
export type GenerationOptions = {
directory: string;
filePath: string;
name: string;
projectName: string;
modulePath: string;
export?: boolean;
inlineScam?: boolean;
};
export declare function exportScam(tree: Tree, options: GenerationOptions): void;
//# sourceMappingURL=export-scam.d.ts.map