UNPKG

ng-afelio

Version:
11 lines (10 loc) 381 B
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;