Registers property with key and value in the module exports object.
key
value
void setExport(String key, Object value) { setProperty(exports, key, value); }