UNPKG

umzug

Version:

Framework-agnostic migration tool for Node

3 lines (2 loc) 104 B
import type { UmzugStorage } from './contract'; export declare const memoryStorage: () => UmzugStorage;