Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
endsWith.js
blob: 17dc2a49511b3bf7817d6016c395d83c747b2da1 [
file
] [
log
] [
blame
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'endsWith'
,
require
(
'../endsWith'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;