We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A dictionary for use with action.type property:
action.type
import { entities } from 'ava-ia/lib/helpers' ... state.action = { ... type: entities.knowledge, ... }; ...
'use strict'; export default { request: 0, person: 1, location: 2, object: 3, knowledge: 4, }
Feel free to offer new features, improvements or anything you can think of. This project makes sense with your participation and experience using Ava.