durrrrrrrrrjs
Version:
6 lines (5 loc) • 382 B
TypeScript
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>;