UNPKG

@malga-checkout/core

Version:
9 lines (8 loc) 189 B
export const getItems = (pix) => { var _a; if (!pix.items || !((_a = pix.items) === null || _a === void 0 ? void 0 : _a.length)) return {}; return { items: pix.items, }; };