4 lines
212 B
TypeScript
4 lines
212 B
TypeScript
// Curated internal API surface for other first-party Nx plugins. Prefer this
|
|
// over deep `@nx/rollup/src/*` imports — those are not part of the public API.
|
|
export { hasPlugin } from './src/utils/has-plugin';
|