• Creates a re-export binding on object with key objectKey that references target[key].

    Parameters

    • object: object

      The local exports object.

    • target: object

      The object to re-export from.

    • key: PropertyKey

      The property key of target to re-export.

    • Optional objectKey: PropertyKey

      The property key to re-export as. Defaults to key.

    Returns void

Generated using TypeDoc