deno/tests/specs/publish/javascript_missing_decl_file/other.js

3 lines
52 B
JavaScript

export function other() {
return Math.random();
}