@lionrockjs/central
Version:
Node.js MVC framework inspire from PHP Kohana Framework
10 lines (9 loc) • 354 B
text/typescript
import Noop from './Noop.mjs';
export default class Worker extends Noop {
constructor();
resolveFetchList(x: string, store: Map<string, any>, pathToFile: string): boolean;
fileExists(pathToFile: string): boolean;
dirname(file?: string | null): string;
import(pathToFile: string, cacheId?: number): Promise<any>;
process(): any;
}