Latest updates from IceHrmPro
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
var AwaitValue = require("./AwaitValue");
|
||||
|
||||
function _awaitAsyncGenerator(value) {
|
||||
return new AwaitValue(value);
|
||||
}
|
||||
|
||||
module.exports = _awaitAsyncGenerator;
|
||||
Reference in New Issue
Block a user