UNPKG

@lionrockjs/central

Version:

Node.js MVC framework inspire from PHP Kohana Framework

7 lines (6 loc) 155 B
export default class HelperCache { constructor(); static cacheId: number; static init(): Promise<void>; static clearImportCache(): void; }