UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

10 lines (9 loc) 354 B
/// <reference path="../../../adonis-typings/index.d.ts" /> /** * A proxy trap to add support for custom getters and setters */ export declare const proxyHandler: { get(target: any, key: any, receiver: any): any; set(target: any, key: any, value: any, receiver: any): boolean; defineProperty(target: any, key: any, value: any): boolean; };