Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit f7aae49

Browse files
committed
Expose ObjectInspector utils
1 parent 8f41b0f commit f7aae49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/devtools-reps/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
const { MODE } = require("./reps/constants");
66
const { REPS, getRep } = require("./reps/rep");
77
const ObjectInspector = require("./object-inspector/");
8+
const ObjectInspectorUtils = require("./object-inspector/utils");
89

910
const {
1011
parseURLEncodedText,
@@ -22,4 +23,5 @@ module.exports = {
2223
parseURLParams,
2324
getGripPreviewItems,
2425
ObjectInspector,
26+
ObjectInspectorUtils,
2527
};

0 commit comments

Comments
 (0)