first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
19
node_modules/date-fns/docs/Duration.js
generated
vendored
Normal file
19
node_modules/date-fns/docs/Duration.js
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/**
|
||||
* @category Types
|
||||
* @summary Duration object
|
||||
*
|
||||
* @description
|
||||
* Duration object.
|
||||
*
|
||||
* @typedef {Object} Duration
|
||||
*
|
||||
* @property {number} [years]
|
||||
* @property {number} [months]
|
||||
* @property {number} [weeks]
|
||||
* @property {number} [days]
|
||||
* @property {number} [hours]
|
||||
* @property {number} [minutes]
|
||||
* @property {number} [seconds]
|
||||
*/
|
||||
const Duration = {}
|
||||
module.exports = Duration
|
||||
Loading…
Add table
Add a link
Reference in a new issue