MCPcopy
hub / github.com/hapijs/hapi / StringifyArguments

Interface StringifyArguments

lib/types/utils.d.ts:38–47  ·  view source on GitHub ↗

* For context [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-routeoptionsjson)

Source from the content-addressed store, hash-verified

36 * For context [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-routeoptionsjson)
37 */
38 interface StringifyArguments {
39 /** the replacer function or array. Defaults to no action. */
40 replacer?: StringifyReplacer | undefined;
41 /** number of spaces to indent nested object keys. Defaults to no indentation. */
42 space?: StringifySpace | undefined;
43 /* string suffix added after conversion to JSON string. Defaults to no suffix. */
44 suffix?: string | undefined;
45 /* calls Hoek.jsonEscape() after conversion to JSON string. Defaults to false. */
46 escape?: boolean | undefined;
47 }
48}
49
50export namespace Lifecycle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected