UNPKG

morpheus4j

Version:

Morpheus is a migration tool for Neo4j. It aims to be a simple and intuitive way to migrate your database.

7 lines (6 loc) 214 B
import { Repository } from './neo4j.repository'; export declare class CleanService { private readonly repository; constructor(repository: Repository); clean(dropConstraints?: boolean): Promise<void>; }