Variable optionsConst

options: { get: any; patch: any; set: any } = ...

Type declaration

  • get:function
    • Returns

      Throws

      if options have not been set

      Returns Options

  • patch:function
    • patch(options: Partial<Options>): void
    • Patch existing options state

      Parameters

      Returns void

  • set:function
    • Sets the options globally

      Throws

      if options are invalid

      Parameters

      Returns void

Generated using TypeDoc