git ssb

0+

Piet / ssb-loomio



Tree: 849581a124fb7c645b40d518cde9252d5cafae80

Files: 849581a124fb7c645b40d518cde9252d5cafae80 / errors / sync / positionError.js

128 bytesRaw
1module.exports = function PositionError ({type, position, message}) {
2 var error = {type, position, message}
3
4 return error
5}
6

Built with git-ssb-web