git ssb

0+

cel-desktop / ssb-pkg



Tree: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44

Files: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44 / test / test-79-npm / colors / colors.js

264 bytesRaw
1'use strict';
2
3var colors = require('colors');
4
5if (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