UNPKG

lynx-framework

Version:

lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.

5 lines (4 loc) 91 B
export default interface Migration { up(): Promise<void>; down(): Promise<void>; }