kisenka/svg-sprite-loader

View on GitHub
lib/utils/get-matched-rule.js

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable global-require */

let getMatchedRule = null;

try {
  getMatchedRule = require('./get-matched-rule-4');
} catch (e) {
  getMatchedRule = require('./get-matched-rule-5');
}

module.exports = getMatchedRule;