debug.getOption() function

debug.getOption() gets the value of an option using a form of reflection.

Function type signature
(name: string, pkg: string) => A

For more information, see Function type signatures.

Parameters

pkg

(Required) Full path of the package.

name

(Required) Option name.


Was this page helpful?

Thank you for your feedback!