UNPKG

vendure-simplified-collections-plugin

Version:

This `vendure` plugin allows you to maintain a two way relation between products and collections. `Vendure` by default only allows you to manage relations between your inventory and collections from the side of collections only. It complements this featur

8 lines (7 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function normalizeId(testId) { const splitted = testId.split('_'); return splitted[splitted.length - 1]; } exports.default = normalizeId;