mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
This commit is contained in:
parent
a8e3c8c7a3
commit
43af632a28
2986 changed files with 50716 additions and 116930 deletions
4
node_modules/chart.js/dist/chunks/helpers.segment.cjs
generated
vendored
4
node_modules/chart.js/dist/chunks/helpers.segment.cjs
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Chart.js v4.4.5
|
||||
* Chart.js v4.4.7
|
||||
* https://www.chartjs.org
|
||||
* (c) 2024 Chart.js Contributors
|
||||
* Released under the MIT License
|
||||
|
@ -25,7 +25,7 @@ var color$1 = require('@kurkle/color');
|
|||
* @param value - The value to test.
|
||||
* @since 2.7.0
|
||||
*/ function isNullOrUndef(value) {
|
||||
return value === null || typeof value === 'undefined';
|
||||
return value === null || value === undefined;
|
||||
}
|
||||
/**
|
||||
* Returns true if `value` is an array (including typed arrays), else returns false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue