mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #22086 from ties-s/json-tab-format
Allow ‘\t’ for JSON formatting
This commit is contained in:
Vendored
+1
-1
@@ -289,7 +289,7 @@ export interface WriteFileOptions {
|
||||
export interface WriteOptions extends WriteFileOptions {
|
||||
fs?: object;
|
||||
replacer?: any;
|
||||
spaces?: number;
|
||||
spaces?: number | string;
|
||||
}
|
||||
|
||||
export interface ReadResult {
|
||||
|
||||
Reference in New Issue
Block a user