UNPKG

wms-xmlify-copy-resource

Version:

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

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