Initial import with skill sheet working
This commit is contained in:
8
node_modules/localforage/src/utils/getCallback.js
generated
vendored
Normal file
8
node_modules/localforage/src/utils/getCallback.js
generated
vendored
Normal file
@@ -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