mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Remove some more lodash refs.
This commit is contained in:
parent
26c4d569aa
commit
d8d7b997b5
10 changed files with 89 additions and 49 deletions
|
@ -1,6 +1,5 @@
|
|||
const {jq} = require('./globals');
|
||||
|
||||
const each = (obj, fn) => Object.keys(obj).forEach(key => fn(obj[key], key));
|
||||
const {each} = require('./lo');
|
||||
|
||||
const request = data => {
|
||||
return new Promise(resolve => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue