mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Fixin imports in invoke. (#3001)
This commit is contained in:
committed by
John-David Dalton
parent
4f3ef2e8d8
commit
3411cce1d2
10
invoke.js
10
invoke.js
@@ -1,8 +1,8 @@
|
|||||||
import apply from './apply.js'
|
import apply from './.internal/apply.js'
|
||||||
import castPath from './castPath.js'
|
import castPath from './.internal/castPath.js'
|
||||||
import last from '../last.js'
|
import last from './last.js'
|
||||||
import parent from './parent.js'
|
import parent from './.internal/parent.js'
|
||||||
import toKey from './toKey.js'
|
import toKey from './.internal/toKey.js'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Invokes the method at `path` of `object`.
|
* Invokes the method at `path` of `object`.
|
||||||
|
|||||||
Reference in New Issue
Block a user