UNPKG

nx-ngrok

Version:
6 lines (5 loc) 354 B
import type { Tree } from '@nrwl/devkit'; import type { TunnelGeneratorSchema } from './schema'; export declare function tunnelGenerator(tree: Tree, config: TunnelGeneratorSchema): Promise<void>; export default tunnelGenerator; export declare const tunnelSchematic: (generatorOptions: TunnelGeneratorSchema) => (tree: any, context: any) => Promise<any>;