UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

13 lines (10 loc) 233 B
import { getExplicitRole } from '../commons/aria'; function ariaAllowedRoleMatches(node) { return ( getExplicitRole(node, { dpub: true, fallback: true }) !== null ); } export default ariaAllowedRoleMatches;