mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
20 lines
268 B
JavaScript
Vendored
20 lines
268 B
JavaScript
Vendored
define(["exports"], function(exports) {
|
|
function foo() {
|
|
}
|
|
|
|
function bar() {
|
|
}
|
|
|
|
function baz() {
|
|
}
|
|
|
|
function ignore() {
|
|
}
|
|
|
|
baz();
|
|
|
|
exports.foo = foo;
|
|
exports.bar = bar;
|
|
exports.baz = baz;
|
|
exports.ignore = ignore;
|
|
}); |