Add "To Base62" and "From Base62" operations

This commit is contained in:
tcode2k16 2018-12-17 12:37:00 +08:00
parent 79b9b63982
commit 22454ae842
5 changed files with 188 additions and 0 deletions

View file

@ -28,6 +28,7 @@ import "./tests/operations/BCD";
import "./tests/operations/BSON";
import "./tests/operations/Base58";
import "./tests/operations/Base64";
import "./tests/operations/Base62";
import "./tests/operations/BitwiseOp";
import "./tests/operations/ByteRepr";
import "./tests/operations/CartesianProduct";