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) 199 B
import { BaseCommand } from '../base-command'; export default class Info extends BaseCommand<typeof Info> { static description: string; static examples: string[]; run(): Promise<void>; }