Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99417816
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
Fri, Jan 24, 09:23
Size
209 B
Mime Type
text/x-java
Expires
Sun, Jan 26, 09:23 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23775959
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