UNPKG

aemfed

Version:

Upload front-end changes into AEM, refresh relevant resources in the page and get instant notifications from the error.log, all for easier and faster development.

8 lines (7 loc) 223 B
export declare class StyleTrees { private relativeJcrPaths; private styleTrees; constructor(relativeJcrPaths: string[]); init(): Promise<void[]>; findClientlibs(absoluteFilePaths: string[]): string[]; }