UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

5 lines (4 loc) 224 B
import { type Tree } from '@nx/devkit'; import { type SyncGeneratorResult } from 'nx/src/utils/sync-generators'; export declare function syncGenerator(tree: Tree): Promise<SyncGeneratorResult>; export default syncGenerator;