all files / src/ guard.js

66.67% Statements 2/3
50% Branches 1/2
100% Functions 0/0
66.67% Lines 2/3
1 2 3 4 5 6        
Iif (global._cssModulesPolyfill) {
  throw new Error('only one instance of css-modules-require-hook is allowed');
}
 
global._cssModulesPolyfill = true;