index.d.ts 161 Bytes
Newer Older
1 2 3
import { Rule } from '@angular-devkit/schematics';
import { Schema as LibraryOptions } from './schema';
export default function (options: LibraryOptions): Rule;