ng-yunzai-mobile
Version:
1. 适配yunzai_uni_app_x
7 lines (6 loc) • 383 B
TypeScript
import { Rule, SchematicContext } from '@angular-devkit/schematics';
import { Schema } from './schema';
export default function (options: Schema): Rule;
export declare function generatePackageToPackageJson(context: SchematicContext): Rule;
export declare function generateScriptsSonarHooks(): Rule;
export declare function downLoadAllPackages(context: SchematicContext): Rule;