MCPcopy Create free account
hub / github.com/blueberryapps/react-bluekit / objectToString

Function objectToString

src/createBlueKit.js:43–45  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

41}
42
43function objectToString(object) {
44 return toSource(object || {}, null, 0)
45}
46
47function getImportFile(directory, file) {
48 if (directory.match(/node_modules/)) {

Callers 1

generateComponentDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected