UNPKG

ng-yunzai-mobile

Version:

1. 修改wechat.micro.ts

7 lines (6 loc) 383 B
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;