UNPKG

@nx/plugin

Version:

This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.

5 lines (4 loc) 202 B
import { type Tree } from '@nx/devkit'; import type { Schema } from './schema'; export declare function migrationGenerator(host: Tree, schema: Schema): Promise<void>; export default migrationGenerator;