UNPKG

nx-mesh

Version:
8 lines (7 loc) 303 B
import type { GeneratorCallback, Tree } from '@nrwl/devkit'; import type { BaseOptions } from './schema'; /** * Generate the foundation for a GraphQL Mesh project */ export declare function baseGenerator(tree: Tree, baseOptions: BaseOptions): Promise<GeneratorCallback>; export default baseGenerator;