UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

5 lines (4 loc) 139 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const toString = (bi) => `${bi}`; exports.default = toString;