Function lazy_bind

  • Binds the this value of a function lazily.

    Takes in a lazy_this_value function that returns the this value to be used.

    Parameters

    • func: any
    • lazy_this_value: any

    Returns any

Generated using TypeDoc