UNPKG

@hazae41/base58

Version:

Base58 adapter for WebAssembly and JS implementations

13 lines (10 loc) 228 B
import { None, Option } from '@hazae41/option'; let global = new None(); function get() { return global; } function set(value) { global = Option.wrap(value); } export { get, set }; //# sourceMappingURL=adapter.mjs.map