UNPKG

@nx/js

Version:

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

5 lines (4 loc) 246 B
import { Tree } from '@nx/devkit'; import { ConvertToSwcGeneratorSchema } from './schema'; export declare function convertToSwcGenerator(tree: Tree, schema: ConvertToSwcGeneratorSchema): Promise<() => void>; export default convertToSwcGenerator;