JSPM

random-access-application

2.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 40
  • Score
    100M100P100Q58440F
  • License MIT

Get a random-access-storage instance scoped to your application

Package Exports

  • random-access-application
  • random-access-application/browser.js
  • random-access-application/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (random-access-application) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

random-access-application

Get a random-access-storage instance scoped to your application

npm i -s random-access-application
const RAA = require('random-access-application')

// Creates a data directory for your application using the env-paths module
// Works in the web with random-access-web
const storage = RAA('my-application-name')

hyperdrive(storage)