git ssb

0+

cel-desktop / ssb-pkg



Tree: e9d9dec1d00ff365112ca0f981bbda15e3682528

Files: e9d9dec1d00ff365112ca0f981bbda15e3682528 / test / test-79-npm / epoll / epoll.meta.js

192 bytesRaw
1'use strict';
2
3const home = require('../home.js');
4
5module.exports = function (stamp) {
6 return {
7 allow: home(stamp) && (stamp.p === 'linux'),
8 note: 'only linux is supported'
9 };
10};
11

Built with git-ssb-web