Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/cookies / src / core / toKeys.ts
Size: Mime:
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.', ''))
}