Skip to main content
Deno 2 is finally here 🎉️
Learn more
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/hoursToMinutes/index.ts";

Examples

// Convert 2 hours to minutes: const result = hoursToMinutes(2) //=> 120

Parameters

hours: number
  • number of hours to be converted

Returns

number

the number of hours converted in minutes