Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 234 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 234 Bytes

osm-revert-changesets

Usage

npm install osm-revert-changesets

const revertChangesets = require('osm-revert-changesets');

revertChangesets('62632427').then((list) => {
  console.log(list);
})
// logs
[ '62629726' ]