UNPKG

lux-framework

Version:

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

14 lines (12 loc) 188 B
// @flow import type { Request } from '../../../../server'; /** * @private */ export default function getActionName({ route: { action } }: Request): string { return action; }