nx/docs/generated/devkit/JsonSerializeOptions.md
2023-08-18 11:54:36 -04:00

22 lines
310 B
Markdown

# Interface: JsonSerializeOptions
## Table of contents
### Properties
- [spaces](../../devkit/documents/JsonSerializeOptions#spaces): number
## Properties
### spaces
`Optional` **spaces**: `number`
the whitespaces to add as indentation to make the output more readable.
**`Default`**
```ts
2;
```