coinselect
coinselect copied to clipboard
add destructuring import support for ESM projects
This supports importing coinselect like:
const { accumulate, blackjack, split, break } = require('coinselect');