UNPKG

@rxap/plugin-library

Version:

This package provides generators and executors for managing and maintaining Nx plugin libraries. It includes functionality for generating index exports, fixing dependencies, generating JSON schemas, and more. It helps streamline the development process fo

7 lines (6 loc) 255 B
import { CreateNodesV2 } from '@nx/devkit'; import 'colors'; export interface PluginOptions { } export declare function normalizeOptions(options: PluginOptions | undefined): PluginOptions; export declare const createNodesV2: CreateNodesV2<PluginOptions>;