@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
18 lines • 510 B
TypeScript
import { Config } from "../config";
import { Vars } from "./vars";
import type * as types from "../types";
export declare class Tables {
#private;
private config;
private vars;
constructor(config: Config, vars: Vars);
private get indexInVars();
resetIndex(): void;
get index(): number;
set index(index: number);
get prefix(): string;
get basePrefix(): string;
get(name: string): string;
get(name: types.TableNames): string;
}
//# sourceMappingURL=tables.d.ts.map