UNPKG

@spartacus/schematics

Version:
4 lines (3 loc) 191 B
import { Rule } from '@angular-devkit/schematics'; /** Migration which ensures the spartacus is being correctly set up */ export declare function setupSpartacusModule(project: string): Rule;