UNPKG

neogm

Version:

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

4 lines 195 B
import 'reflect-metadata'; import { NodeOptions } from './types'; export declare function Node(labelOrOptions?: string | NodeOptions): ClassDecorator; //# sourceMappingURL=node.decorator.d.ts.map