UNPKG

135 BTypeScriptView Raw
1import { Rule } from '@angular-devkit/schematics';
2import { Schema } from './schema';
3export default function (options: Schema): Rule;