Repository URL to install this package:
|
Version:
4.0.5 ▾
|
import { autofix } from '../deps'
import { config } from '../config'
const autofixOne = (value: any) => autofix(value)
export const toValues = () => {
const cache = config.get('cache')
// don't want to send other values in
return Object.values(cache).map(autofixOne)
}