UNPKG

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