Latest updates from IceHrmPro
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import AsyncGenerator from "./AsyncGenerator";
|
||||
export default function _wrapAsyncGenerator(fn) {
|
||||
return function () {
|
||||
return new AsyncGenerator(fn.apply(this, arguments));
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user