UNPKG

@adonis-cockpit/lucid-infer

Version:

Package to infer Lucid model attributes by parsing AST tree

3 lines (2 loc) 114 B
import { Definition } from "./types.js"; export declare function inferModel(path: string): Promise<Definition[]>;