WtfScopeFn

A scope function for the Web Tracing Framework (WTF).

interface WtfScopeFn { (arg0?: any, arg1?: any): any }

方法

(arg0?: any, arg1?: any): any

参数

arg0

Type: any.

可选. 默认值是 undefined.

arg1

Type: any.

可选. 默认值是 undefined.

返回值

any