UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

16 lines (11 loc) 186 B
// @flow import template from '../../template'; /** * @private */ export default (): string => template` export function up(schema) { } export function down(schema) { } `;