UNPKG

wms-xmlify-copy-resource

Version:

Convert a JSON-encoded WMS Copy Resource object into its XML equivalent

6 lines (5 loc) 128 B
var f = require('./factory') module.exports = function institution (d) { if (!d) return '' return f('institution', {}, d) }