You need to sign in or sign up before continuing.
index.d.ts 169 Bytes
Newer Older
Kriengkrai Yothee's avatar
Kriengkrai Yothee committed
1 2 3
import { Rule } from '@angular-devkit/schematics';
import { Schema as ApplicationOptions } from './schema';
export default function (options: ApplicationOptions): Rule;