Generation

class from descriptionSat, 12 Nov 2022

create a strategy class to select between vue route and shopware routes

export declare class RouterStrategy { useVueRoutes(): void; useShopwareRoutes(): void; /** * test if the current strategy is the shopware one * @returns {boolean} */ isShopware(): boolean; }

TypeScript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code