UNPKG

@aeternity/aepp-calldata

Version:
6 lines (4 loc) 82 B
const abs = (val) => { return val > 0 ? val : val * -1n } export default abs