UNPKG
@microphi/json-db
Version:
latest (2.11.1)
2.11.1
2.11.0
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.4
2.7.3
2.7.2
2.7.1
2.6.0
2.5.1
2.3.0
2.2.0
Small, fast and simple file based json-db
github.com/microph1/microphi
@microphi/json-db
/
lib
/
cjs
/
index.js
5 lines
(4 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
tslib_1 =
require
(
"tslib"
); tslib_1.
__exportStar
(
require
(
"./lib/storage/json-storage"
),
exports
);