mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
0223ad72a9
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
3 lines
43 B
JavaScript
3 lines
43 B
JavaScript
export function getValue() {
|
|
return 5;
|
|
}
|