UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

6 lines (5 loc) 329 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { InitSchema } from './schema'; export declare function initGenerator(tree: Tree, schema: InitSchema): Promise<GeneratorCallback>; export declare function initGeneratorInternal(tree: Tree, schema: InitSchema): Promise<GeneratorCallback>; export default initGenerator;