UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

7 lines (6 loc) 179 B
export const isItemAllowed = (itemId, items) => { if (items?.allow?.length) { return items.allow.includes(itemId); } return !items?.deny?.includes(itemId); };