UNPKG

wms-xmlify-copy-resource

Version:

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

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