UNPKG

@nativescript/nx

Version:

NativeScript Plugin for Nx

5 lines (4 loc) 250 B
import { Tree, GeneratorCallback } from '@nx/devkit'; import { ApplicationSchema } from './schema'; export declare function applicationGenerator(tree: Tree, schema: ApplicationSchema): Promise<GeneratorCallback>; export default applicationGenerator;