@lattice/core
Version:
14 lines (13 loc) • 385 B
TypeScript
import { Application } from '.';
export declare class EndpointScanner {
private entrance;
private regx;
private exclues;
createServer(): Application;
import(src: string, hasCheckIgnore?: boolean): this;
private constructor();
private dfsImport;
private checkIgnore;
private require;
static with(path?: string, regx?: RegExp): EndpointScanner;
}