UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

4 lines (3 loc) 207 B
import { Tree } from '@nx/devkit'; import { ApplicationSchema } from '../schema'; export declare function addCypress(tree: Tree, options: ApplicationSchema): Promise<import("@nx/devkit").GeneratorCallback>;