mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
fix: add missing documentation for indent option
This commit is contained in:
@@ -10,6 +10,10 @@ export type JsonValue = JsonPrimitive | JsonObject | JsonArray
|
|||||||
// #region Encoder options
|
// #region Encoder options
|
||||||
|
|
||||||
export interface EncodeOptions {
|
export interface EncodeOptions {
|
||||||
|
/**
|
||||||
|
* Number of spaces per indentation level.
|
||||||
|
* @default 2
|
||||||
|
*/
|
||||||
indent?: number
|
indent?: number
|
||||||
/**
|
/**
|
||||||
* Delimiter to use for tabular array rows and inline primitive arrays.
|
* Delimiter to use for tabular array rows and inline primitive arrays.
|
||||||
|
|||||||
Reference in New Issue
Block a user