Initial system import
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export default function getCallback() {
|
||||
if (
|
||||
arguments.length &&
|
||||
typeof arguments[arguments.length - 1] === 'function'
|
||||
) {
|
||||
return arguments[arguments.length - 1];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user