@nstudio/web
Version:
Web Plugin for xplat
4 lines (3 loc) • 341 B
TypeScript
import { Tree, Rule } from '@angular-devkit/schematics';
export declare function runSchematic(schematicName: string, options: any, tree: Tree): Promise<import("@angular-devkit/schematics/testing").UnitTestTree>;
export declare function callRule(rule: Rule, tree: Tree): Promise<import("@angular-devkit/schematics/src/tree/interface").Tree>;