@o3r/core
Version:
Core of the Otter Framework
10 lines • 433 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import { WorkspaceProject } from '@o3r/schematics';
/**
* Package.json updates to include o3r ng update script
* @param pName project name
* @param _o3rCoreVersion
* @param projectType
*/
export declare function o3rBasicUpdates(pName: string | null | undefined, _o3rCoreVersion?: string, projectType?: WorkspaceProject['projectType']): Rule;
//# sourceMappingURL=index.d.ts.map