UNPKG
ts-std-lib
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
A standard library for typescript
github.com/SeanSobey/ts-std-lib
SeanSobey/ts-std-lib
ts-std-lib
/
dist
/
IInspectable.js
7 lines
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
inspect
=
void
0
;
//inspectUtil.custom
// https://nodejs.org/api/util.html#util_util_inspect_custom
exports
.
inspect
=
Symbol
.
for
(
'nodejs.util.inspect.custom'
);
//# sourceMappingURL=IInspectable.js.map