UNPKG

@currents/nx

Version:
5 lines (4 loc) 286 B
import { Tree } from '@nx/devkit'; export declare function currentsInitGenerator(host: Tree): import("@nx/devkit").GeneratorCallback; export default currentsInitGenerator; export declare const currentsInitSchematic: (generatorOptions: any) => (tree: any, context: any) => Promise<any>;