UNPKG
@elium/mighty
Version:
latest (5.1.1)
5.1.1
5.1.0
5.0.1
5.0.0
Context agnostic TS & JS ORM
github.com/Elium/mighty
@elium/mighty
/
core
/
adapter
/
adapter.js
9 lines
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
Adapter
= (
function
(
) {
function
Adapter
(
) { }
return
Adapter
; }());
exports
.
Adapter
=
Adapter
;
//# sourceMappingURL=adapter.js.map