Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
rambda
/
src
/
unapply.js
blob: a1d462f45fdf5e4d94ee8a3a3b857e7ce66d5f77 [
file
] [
log
] [
blame
] [
edit
]
export
function
unapply
(
fn
){
return
function
(...
args
){
return
fn
.
call
(
this
,
args
)
}
}