git ssb

0+

cel-desktop / ssb-pkg



Tree: 8f4b43a09aab9801bf28987edd59c2e366180327

Files: 8f4b43a09aab9801bf28987edd59c2e366180327 / test / test-79-npm / bson / bson@0.2.22.meta.js

153 bytesRaw
1'use strict';
2
3const home = require('../home.js');
4
5module.exports = function (stamp) {
6 return {
7 allow: home(stamp),
8 take: 'last-line'
9 };
10};
11

Built with git-ssb-web