mirror of
https://github.com/denoland/deno.git
synced 2025-02-11 08:25:20 -05:00
8 lines
80 B
JavaScript
8 lines
80 B
JavaScript
![]() |
function foobar() {
|
||
|
console.log("foobar");
|
||
|
}
|
||
|
|
||
|
module.exports = {
|
||
|
foobar,
|
||
|
};
|