hC: {
allowClass: boolean;
allowDate: boolean;
allowError: boolean;
allowFunction: boolean;
allowRegExp: boolean;
allowSymbol: boolean;
allowUndefined: boolean;
lazyEval: boolean;
maxDepth: number;
space: undefined;
} = ...
Type declaration
allowClass: boolean
allowDate: boolean
allowError: boolean
allowFunction: boolean
allowRegExp: boolean
allowSymbol: boolean
allowUndefined: boolean
lazyEval: boolean
maxDepth: number
space: undefined