git ssb

0+

dangerousbeans / yap



forked from Dominic / yap

Tree: 8c686fb2b73c28246604759c61d6636e2812d871

Files: 8c686fb2b73c28246604759c61d6636e2812d871 / apis / raw.js

136 bytesRaw
1var u = require('../util')
2module.exports = u.createRenderer(function (data) {
3 return ['pre', JSON.stringify(data, null, 2)]
4})
5
6
7
8
9
10
11

Built with git-ssb-web