Files: e9d9dec1d00ff365112ca0f981bbda15e3682528 / test / test-79-npm / colors / colors.js
264 bytesRaw
1 | ; |
2 | |
3 | var colors = require('colors'); |
4 | |
5 | if (typeof colors.green === 'function') { |
6 | var gopd = Object.getOwnPropertyDescriptor; |
7 | var grass = gopd(String.prototype, 'green'); |
8 | if (grass && (typeof grass.get === 'function')) { |
9 | console.log('ok'); |
10 | } |
11 | } |
12 |
Built with git-ssb-web