UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

7 lines (6 loc) 173 B
import { Resultable } from "./resultable"; export declare class PlanRef implements Resultable { value?: any; constructor(value?: any); result(): string; }