Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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"