UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

14 lines (10 loc) 237 B
import { resetStandards } from '../../standards'; function reset() { var audit = axe._audit; if (!audit) { throw new Error('No audit configured'); } audit.resetRulesAndChecks(); resetStandards(); } export default reset;