git ssb

0+

cel-desktop / ssb-pkg



Tree: efcf9fd06b02fa9bcd28681b4c777224e19702bb

Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / test / test-79-npm / bignum / bignum.meta.js

189 bytesRaw
1'use strict';
2
3const home = require('../home.js');
4
5module.exports = function (stamp) {
6 return {
7 allow: home(stamp),
8 note: 'requires C:\\OpenSSL-Win64\\lib\\libeay32.lib'
9 };
10};
11

Built with git-ssb-web