UNPKG

265 BTypeScriptView Raw
1import { Rule } from '@angular-devkit/schematics';
2export declare function toJS(): Rule;
3export declare function updateTsConfigsToJs(options: {
4 projectRoot: string;
5}): Rule;
6export declare function maybeJs(options: {
7 js: boolean;
8}, path: string): string;