UNPKG

@spartacus/schematics

Version:
4 lines (3 loc) 186 B
import { Rule } from '@angular-devkit/schematics'; /** Migration that ensures that we have correct Store modules set */ export declare function setupStoreModules(project: string): Rule;