UNPKG

@adonisjs/route-model-binding

Version:
7 lines (6 loc) 204 B
/** * Automatically query Lucid models for the current HTTP * request. The decorator is meant to work only * with controllers */ export declare function bind(): (target: any, method: string) => void;