Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SelectionProxyHandler

class SelectionProxyHandler<T extends Subquery | SelectedFields<AnyColumn, Table> | View> implements ProxyHandler<Subquery | SelectedFields<AnyColumn, Table> | View> {
constructor(config: SelectionProxyHandler<T>["config"]);
private config;
 
get(
subquery: T,
prop: string | symbol,
receiver: any,
): any;
}

§Type Parameters

§Implements

§Constructors

§
new SelectionProxyHandler(config: SelectionProxyHandler<T>["config"])
[src]

§Properties

§
config
[src]

§Methods

§
get(subquery: T, prop: string | symbol, receiver: any): any
[src]