@pforth/load2mem

1.0.0 • Public • Published

Reads a file to memory with optional caching.

Veradaccio

This project should be published in a locally running npm repo. You can do the following:

npm install -g verdaccio

nohup verdaccio --listen 4873

npm set registry http://localhost:4873/

You can also refer to here

Usage

const Load2Mem=require("load2mem");

let buff=Load2Mem.file("filename.txt");

Readme

Keywords

Package Sidebar

Install

npm i @pforth/load2mem

Weekly Downloads

570

Version

1.0.0

License

ISC

Unpacked Size

1.74 kB

Total Files

3

Last publish

Collaborators

  • pforth