UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

10 lines (7 loc) 216 B
'use strict' //const sm = require('./index') const sm = require('./index') const smi = sm.buildSitemapIndex({ urls: [{ url: 'https://www.example.com', lastmod: '2011-06-06' }] }); console.log(smi.toString())