Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
after.js
blob: 21a0167ab2dba572d01a8691b04a59c5bc7a39d9 [
file
] [
log
] [
blame
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'after'
,
require
(
'../after'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;