UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

8 lines (7 loc) 246 B
import type { Reference as ReferenceInterface } from '@enonic-types/lib-value'; export declare class Reference implements ReferenceInterface { private nodeId; constructor(value: string); getNodeId(): string; toString(): string; }