UNPKG

durrrrrrrrrjs

Version:

JavaScript Plugin for Nx

6 lines (5 loc) 382 B
import { Tree } from '@nrwl/devkit'; import { ConvertToSwcGeneratorSchema } from './schema'; export declare function convertToSwcGenerator(tree: Tree, schema: ConvertToSwcGeneratorSchema): Promise<() => void>; export default convertToSwcGenerator; export declare const convertToSwcSchematic: (options: ConvertToSwcGeneratorSchema) => (tree: any, context: any) => Promise<any>;