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