mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add util.inspect.defaultOptions property
This commit is contained in:
3
types/node/index.d.ts
vendored
3
types/node/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user