UNPKG

@zodash/basex

Version:

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

2 lines (1 loc) 79 B
export default function basex(base: string | string[], value: number): string;