Function setLookup

  • Sets a lookup variable -- read only, and whose value is generated by a function. The function will receive get() and set() from this module as arguments. Lookup variables are not persisted.

    Parameters

    • name: string
    • callback: (() => unknown)
        • (): unknown
        • Returns unknown

    Returns void

Generated using TypeDoc