Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121655229
wrapAsyncGenerator.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jul 12, 21:09
Size
209 B
Mime Type
text/x-java
Expires
Mon, Jul 14, 21:09 (2 d)
Engine
blob
Format
Raw Data
Handle
27368193
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
wrapAsyncGenerator.js
View Options
import
AsyncGenerator
from
"@babel/runtime/helpers/esm/AsyncGenerator"
;
export
default
function
_wrapAsyncGenerator
(
fn
)
{
return
function
()
{
return
new
AsyncGenerator
(
fn
.
apply
(
this
,
arguments
));
};
}
Event Timeline
Log In to Comment