Files: afdcd2c2e04a1a406e0fb9e3efbe92ebfd65e1e2 / lib / depject / about / sync.js
61 bytesRaw
1 | |
2 | module.exports = function (id) { |
3 | return id.slice(1, 10) |
4 | } |
5 |
Built with git-ssb-web
1 | |
2 | module.exports = function (id) { |
3 | return id.slice(1, 10) |
4 | } |
5 |
Built with git-ssb-web