mock-feed
v0.0.0
Published
Simple append-only mock for prototyping new data structures
Readme
mock-feed
Simple append-only mock for prototyping new data structures
npm install mock-feedUsage
const Feed = require('mock-feed')
const feed = new Feed()
feed.append('hi')License
MIT
