Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
JSTests
/
modules
/
namespace
/
drink.js
blob: 621fd22902be536ac1ebe4a6428c651d1817d7c1 [
file
] [
log
] [
blame
]
export
const
Cocoa
=
"Cocoa"
;
export
let
Cappuccino
=
"Cappuccino"
;
export
default
function
changeCappuccino
(
value
)
{
Cappuccino
=
value
;
}
export
*
from
"./additional-drink.js"