ng-afelio
Version:
Extended Angular CLI
11 lines (10 loc) • 381 B
TypeScript
import { Path } from '@angular-devkit/core';
import { Rule } from '@angular-devkit/schematics';
/**
* @param type something like 'component'
*/
export declare function addIntoIndex(path: string, options: {
barrel?: boolean;
name: string;
}, type: string, barrelType?: string): Rule;
export declare function relativeCwdFromRelativeProjectPath(relativePath: Path): string;