UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

4 lines (3 loc) 156 B
import { Tree } from '@nx/devkit'; import { LibrarySchema } from '../schema'; export declare function addProject(tree: Tree, options: LibrarySchema): void;