UNPKG

@lionrockjs/central

Version:

Node.js MVC framework inspire from PHP Kohana Framework

8 lines (7 loc) 298 B
export default abstract class Noop { resolveFetchList(x: string, store: Map<string, any>, pathToFile: string): boolean; dirname(file?: string | null): string; import(pathToFile: string, cacheId?: number): Promise<any>; fileExists(pathToFile: string): boolean; process(): any; }