Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
lodash
/
fp
/
partial.js
blob: 5d4601598bf83c07bbeafcecc5d0ca5f2cf9f056 [
file
] [
log
] [
blame
] [
edit
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'partial'
,
require
(
'../partial'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;