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