UNPKG
fs-db
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
wip to use fs as a db
github.com/ahdinosaur/fs-db
ahdinosaur/fs-db
fs-db
/
codecs
/
index.js
4 lines
(3 loc)
•
48 B
JavaScript
View Raw
1
2
3
4
module
.exports = {
json:
require
(
'./json'
), }