@guilhermematheuscorrea/acces-stage
v1.0.0
Published
A simple utility library for read access stage files
Downloads
7
Readme
ACCESS STAGE
A simple utility library for read access stage files
Usage
Node.js
const AccessStage = require("@guilhermematheuscorrea/access-stage");
const accessStage = new AccessStage({ content: "CONTENT" });
const data = accessStage.getData();