UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

10 lines (9 loc) 349 B
import type { BinaryReference as BinaryReferenceInterface } from '@enonic-types/lib-value'; export declare class BinaryReference implements BinaryReferenceInterface { private value; static from(value: string): BinaryReference; constructor(value: string); equals(o: object): boolean; hashCode(): number; toString(): string; }