UNPKG

compare-geojson

Version:

Compare a features new and old versions in GeoJSON

10 lines (7 loc) 147 B
'use strict'; module.exports = example; function example(newVersion, oldVersion, callback) { callback(null, { 'result:example': {} }); }