UNPKG

@codelabai/nx

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