UNPKG

@coin-voyage/paykit

Version:

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

6 lines (5 loc) 152 B
export interface AllowDeny<T> { allow?: T[]; deny?: T[]; } export declare const isItemAllowed: <T>(itemId: T, items?: AllowDeny<T>) => boolean;