UNPKG

@ethersphere/bee-js

Version:
7 lines (6 loc) 180 B
import { Reference } from './typed-bytes'; export declare class ResourceLocator { private raw; constructor(raw: Reference | Uint8Array | string); toString(): string; }