UNPKG

lux-framework

Version:

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

11 lines (9 loc) 197 B
// @flow import type { Controller$builtIn } from './index'; export const BUILT_IN_ACTIONS: Array<Controller$builtIn> = Object.freeze([ 'show', 'index', 'create', 'update', 'destroy' ]);