index.d.ts 169 B

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