UNPKG

@nx/js

Version:

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

6 lines (5 loc) 254 B
import { CompilerPluginHooks, TransformerEntry } from './types'; export declare function loadTsTransformers(plugins: TransformerEntry[], moduleResolver?: typeof require.resolve): { compilerPluginHooks: CompilerPluginHooks; hasPlugin: boolean; };