1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 02:27:46 -05:00
denoland-deno/tests/testdata/publish/invalid_fast_check/mod.ts

5 lines
108 B
TypeScript
Raw Normal View History

// requires an explicit type annotation of `number`
export function getRandom() {
return Math.random();
}