UNPKG
@mockilo/schemaghost
Version:
latest (0.1.0-beta.0)
0.1.0-beta.0
0.0.11
0.0.10
0.0.9
Instant mock API server from database schema
@mockilo/schemaghost
/
dist
/
utils
/
index.js
8 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
// Utility functions for SchemaGhost
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
someUtil
= someUtil;
function
someUtil
(
) {
// placeholder
}