1.0.0 • Published 4 years ago

radius-electron-storage v1.0.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
4 years ago

Radius Utilities (yarn add radius-utils

Available Utilities

Electron Store

  • getPersistent: (key)
  • setPersistent: (key, val)
  • deletePersistent: (key)

Importing

To add to your node project: yarn add radius-electron

Publishing:

After making changes, publish with: yarn publish