amount.js 86 B

12345
  1. const Amount = require("../");
  2. let amount = Amount.fromSat(10);
  3. console.log(amount)