git ssb

0+

cel-desktop / ssb-pkg



Tree: d456a6cc8589489e558e6164750474ed2cfc961e

Files: d456a6cc8589489e558e6164750474ed2cfc961e / test / test-79-npm / home.js

170 bytesRaw
1'use strict';
2
3const o = require('./stamp.js');
4
5module.exports = function (stamp) {
6 return (
7 o.p === stamp.p &&
8 o.a === stamp.a &&
9 o.m === stamp.m
10 );
11};
12

Built with git-ssb-web