Variables
Let currentDepth
currentDepth: number = 0
Const glob
glob: any = typeof global !== 'undefined'? global: window
Const traceHv
traceHv: function = tracer.traceMethod((hv: HyperValue<any>) => String(hv.id))
Type declaration
-
- (target: T, key: string, descriptor: PropertyDescriptor): PropertyDescriptor
-
Parameters
-
target: T
-
key: string
-
descriptor: PropertyDescriptor
Returns PropertyDescriptor
Const tracer
tracer: Tracer = new Tracer()