Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
5
node_modules/parse-ms/index.js
generated
vendored
5
node_modules/parse-ms/index.js
generated
vendored
|
|
@ -1,5 +1,4 @@
|
|||
'use strict';
|
||||
module.exports = milliseconds => {
|
||||
export default function parseMilliseconds(milliseconds) {
|
||||
if (typeof milliseconds !== 'number') {
|
||||
throw new TypeError('Expected a number');
|
||||
}
|
||||
|
|
@ -15,4 +14,4 @@ module.exports = milliseconds => {
|
|||
microseconds: roundTowardsZero(milliseconds * 1000) % 1000,
|
||||
nanoseconds: roundTowardsZero(milliseconds * 1e6) % 1000
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue