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

3 lines
56 B
JavaScript

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