Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
b3cd0a4f0ce68bbba2f63ebed0ec8564643eda2e
/
.
/
node_modules
/
lodash
/
fp
/
findIndex.js
blob: 8c15fd11606166df05025a2f0f4d32db3c5bd6cf [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'findIndex'
,
require
(
'../findIndex'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;