MCPcopy
hub / github.com/zoontek/react-native-bootsplash / writeJson

Function writeJson

src/extras/utils.ts:146–149  ·  view source on GitHub ↗
(filePath: string, content: object)

Source from the content-addressed store, hash-verified

144};
145
146export const writeJson = (filePath: string, content: object) => {
147 hfs.write(filePath, JSON.stringify(content, null, 2));
148 log.write(filePath);
149};
150
151type FormatOptions = { indent?: Indent } & (
152 | {

Callers 2

writeIOSAssetsFunction · 0.85
writeGenericAssetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…