Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/* eslint no-invalid-this:"off" */
import omelette from 'omelette'
import {includes, isPlainObject, kebabCase} from 'lodash'
const complete = omelette('nps
const autocomplete = function(config) {
let taskKeys = Object.keys(config.all.tasks)
const complete = omelette('timer ')
complete.on('action', ({ reply }) => {
reply([
'start',
'pause',
'unpause',
'finish',
'description',
'add',
'subtract',
'report',
'log',
'export',
'delete',
'configuration',
'configure'