JSPM

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

IPLD in your RAM

Package Exports

  • ipld-in-memory

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 (ipld-in-memory) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ipld-in-memory

Build Status dependencies Status JavaScript Style Guide

IPLD in your RAM

This is the util to create an in memory IPLD instance that the ipld module used to export but as a separate module.

Install

npm install ipld-in-memory

Usage

const IPLD = require('ipld')
const inMemory = require('ipld-in-memory')

inMemory(IPLD, (err, ipld) => {
  if (err) throw err
  // ipld is an instance of IPLD (https://www.npmjs.com/package/ipld)
})

Contribute

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Protocol Labs, Inc.