git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 56a506ff6def3d0c4bb531691b6a4d3f80eadd9c

Files: 56a506ff6def3d0c4bb531691b6a4d3f80eadd9c / tests / testInterface.js

166 bytesRaw
1module.exports = function (t) {
2 return class TestInterface {
3 constructor () {
4 this.t = t
5 }
6
7 equals (a, b) {
8 this.t.equals(a, b)
9 }
10 }
11}
12

Built with git-ssb-web