git ssb

0+

cel-desktop / ssb-pkg



Tree: 1eb144e388da5f1a3466703f56ac4ab591d700fc

Files: 1eb144e388da5f1a3466703f56ac4ab591d700fc / 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