Creates a re-export binding on object with key objectKey that references target[key].
object
objectKey
target[key]
The local exports object.
exports
The object to re-export from.
The property key of target to re-export.
target
Optional
The property key to re-export as. Defaults to key.
key
Generated using TypeDoc
Creates a re-export binding on
object
with keyobjectKey
that referencestarget[key]
.