@zodash/basex
Version:
Simple Covert value to binary | hex | base62 | base36 | basex | customAlphabet
16 lines (15 loc) • 415 B
TypeScript
import binary from './binary';
import hex from './hex';
import base62 from './b62';
import base36 from './base36';
import basex from './basex';
import customAlphabet from './customAlphabet';
declare const _default: {
binary: typeof binary;
hex: typeof hex;
base62: typeof base62;
base36: typeof base36;
basex: typeof basex;
customAlphabet: typeof customAlphabet;
};
export default _default;