Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / test / test-79-npm / home.js
170 bytesRaw
1 | ; |
2 | |
3 | const o = require('./stamp.js'); |
4 | |
5 | module.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