mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-06 03:31:17 +01:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
function helloB() {
|
|
return "B";
|
|
}
|
|
|
|
module.exports = { helloB };
|