UNPKG
typeorm-stubs
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.1
1.0.0
Stubs generator for Typeorm entities
github.com/superclaw/typeorm-stubs
superclaw/typeorm-stubs
typeorm-stubs
/
constants
/
default-stub-options.const.js
8 lines
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DEFAULT_STUB_OPTIONS
=
void
0
;
exports
.
DEFAULT_STUB_OPTIONS
= {
deep
:
true
,
nullDefaults
:
false
, };
//# sourceMappingURL=default-stub-options.const.js.map