UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

8 lines (6 loc) 266 B
/// <reference types="@enonic-types/global" /> export declare type App = typeof app; export declare type Log = typeof log; export declare type DoubleUnderscore = typeof __; export declare type Require = typeof require; export declare type Resolve = typeof resolve;