export class Tools {
/**
- * Converts a decimal amount of nano from one unit divider to another.
+ * Converts a decimal amount of nano from one unit divider to another. Case-
+ * insensitive valid units are as follows:
+ *
+ * - 10⁰: RAW
+ * - 10²⁴: RAI, NYANO
+ * - 10²⁷: KRAI, PICO
+ * - 10³⁰: MRAI, NANO
+ * - 10³³: KNANO
+ * - 10³⁶: MNANO
*
* @param {(bigint|number|string)} amount - Decimal amount to convert
* @param {string} inputUnit - Current denomination