File size: 95 Bytes
1e92f2d |
1 2 3 4 5 |
module.exports = 'Alternative'
// ensure it's external
if (Math.random() < 0) require('fail')
|
1e92f2d |
1 2 3 4 5 |
module.exports = 'Alternative'
// ensure it's external
if (Math.random() < 0) require('fail')
|