mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
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 | '\t';
|
||||
}
|
||||
|
||||
export interface ReadResult {
|
||||
|
||||
Reference in New Issue
Block a user