UNPKG

@zodash/basex

Version:

Simple Covert value to binary | hex | base62 | base36 | basex | customAlphabet

18 lines (17 loc) 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const binary_1 = require("./binary"); const hex_1 = require("./hex"); const b62_1 = require("./b62"); const base36_1 = require("./base36"); const basex_1 = require("./basex"); const customAlphabet_1 = require("./customAlphabet"); exports.default = { binary: binary_1.default, hex: hex_1.default, base62: b62_1.default, base36: base36_1.default, // basex: basex_1.default, customAlphabet: customAlphabet_1.default, };