UNPKG

dbcopycat

Version:

A JSON Database that saves your Json data in a file and makes it easy for you to perform CRUD operations.

8 lines (5 loc) 134 B
const getAllData = require('../helpers/getAllData'); function getAll() { return getAllData(); } module.exports = getAll;