UNPKG

@ts-dev-tools/core

Version:
5 lines (4 loc) 236 B
import type { ManagedGitHook } from "../../services/HooksService"; import type { MigrationUpFunction } from "../../services/MigrationsService"; export declare const hooks: ManagedGitHook[]; export declare const up: MigrationUpFunction;