Function resolveBoolean

  • Executes a callback with the value of a ResolvableBoolean

    Parameters

    • value: boolean | ResolvableBoolean
    • cb: ((val, init) => void)
        • (val, init): void
        • Parameters

          • val: boolean
          • init: boolean

          Returns void

    Returns void

Generated using TypeDoc