Repository URL to install this package:
|
Version:
4.0.5 ▾
|
import { config } from '../config'
// import { cache } from './cache'
export const toKeys = () => {
const cache = config.get('cache')
return Object.keys(cache).map(key => key.replace('cookey.', ''))
}