UNPKG

nx-mesh

Version:
5 lines (4 loc) 243 B
import { baseGenerator } from './base'; export declare const baseSchematic: (generatorOptions: import("./schema").BaseOptions) => (tree: any, context: any) => Promise<any>; export { baseGenerator } from './base'; export default baseGenerator;