Add util.inspect.defaultOptions property

This commit is contained in:
Brian Lee
2017-06-28 00:48:12 -07:00
parent a8c85a0e3f
commit f8156fb34a

View File

@@ -3953,7 +3953,8 @@ declare module "util" {
styles: {
[style: string]: string
}
custom: symbol
defaultOptions: InspectOptions;
custom: symbol;
}
export function isArray(object: any): object is any[];
export function isRegExp(object: any): object is RegExp;