UNPKG

149 BJavaScriptView Raw
1window.Should = require('./index');
2
3Object.defineProperty(window, 'should', {
4 enumerable: false,
5 configurable: true,
6 value: window.Should
7});