UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

6 lines (5 loc) 182 B
import type { Resolve } from '../types/Globals.d'; export declare function mockResolve({ applicationKey, basePath }: { applicationKey: string; basePath: string; }): Resolve;