UNPKG

@ngraveio/bc-ur

Version:

A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons

12 lines (11 loc) 285 B
declare enum STYLES { STANDARD = "standard", URI = "uri", MINIMAL = "minimal" } declare const _default: { decode: (string: string, style?: STYLES) => string; encode: (string: string, style?: STYLES) => string; STYLES: typeof STYLES; }; export default _default;