UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

8 lines (7 loc) 300 B
import type { Node } from '@enonic-types/lib-node'; import type { Log } from '../../types'; export declare function parseEnonicXml<DATA extends Record<string, unknown> = Record<string, unknown>>({ _trace, log, xmlString }: { _trace?: boolean; log: Log; xmlString: string; }): Node<DATA>;