git ssb

0+

cel-desktop / ssb-pkg



Tree: ca90b5ca0579ebdcc0635288bce4978e3fb200f5

Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / 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