UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

7 lines 211 B
export const isItemAllowed = (itemId, items) => { if (items?.allow?.length) { return items.allow.includes(itemId); } return !items?.deny?.includes(itemId); }; //# sourceMappingURL=item.js.map