MCPcopy Create free account
hub / github.com/effect-app/libs / stringifyJson

Function stringifyJson

repos/effect/packages/effect/src/SchemaGetter.ts:1039–1046  ·  view source on GitHub ↗
(options?: StringifyJsonOptions)

Source from the content-addressed store, hash-verified

1037 })
1038 )
1039}
1040
1041/**
1042 * Replacer function or property allowlist accepted by `JSON.stringify`.
1043 *
1044 * @category utility types
1045 * @since 4.0.0
1046 */
1047export type JsonReplacer =
1048 | ((this: any, key: string, value: any) => any)
1049 | Array<string | number>

Callers

nothing calls this directly

Calls 2

someMethod · 0.80
onSomeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…