Sign in
cobalt
/
cobalt.git
/
f9bc0139df6e6eb149345ab9b6ffcc40603fc09f
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
conformsTo.js
blob: aa7f41ec095f9b611b28fd74df5f0806e7043e40 [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'conformsTo'
,
require
(
'../conformsTo'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;