go integration and wikipedia
This commit is contained in:
parent
47a252e339
commit
ee90335b92
7828 changed files with 1307913 additions and 20807 deletions
18
frontend/node_modules/date-fns/minutesToSeconds.d.ts
generated
vendored
Normal file
18
frontend/node_modules/date-fns/minutesToSeconds.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* @name minutesToSeconds
|
||||
* @category Conversion Helpers
|
||||
* @summary Convert minutes to seconds.
|
||||
*
|
||||
* @description
|
||||
* Convert a number of minutes to a full number of seconds.
|
||||
*
|
||||
* @param minutes - The number of minutes to be converted
|
||||
*
|
||||
* @returns The number of minutes converted in seconds
|
||||
*
|
||||
* @example
|
||||
* // Convert 2 minutes to seconds
|
||||
* const result = minutesToSeconds(2)
|
||||
* //=> 120
|
||||
*/
|
||||
export declare function minutesToSeconds(minutes: number): number;
|
||||
Loading…
Add table
Add a link
Reference in a new issue