UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

7 lines (5 loc) 215 B
/* eslint-disable import/prefer-default-export, no-underscore-dangle */ import * as axe from 'axe-core'; export function axeFailMessage(checkId, data) { return axe.utils.getCheckMessage(checkId, 'fail', data); }