UNPKG

neogm

Version:

TypeScript-first Neo4j Object Graph Mapper (OGM) for building type-safe graph database applications

4 lines 198 B
import 'reflect-metadata'; import { PropertyOptions } from './types'; export declare function Property(options?: PropertyOptions): PropertyDecorator; //# sourceMappingURL=property.decorator.d.ts.map