Update checked-in dependencies
This commit is contained in:
parent
1afca056e3
commit
6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions
1
node_modules/is-shared-array-buffer/index.js
generated
vendored
1
node_modules/is-shared-array-buffer/index.js
generated
vendored
|
|
@ -4,6 +4,7 @@ var callBound = require('call-bind/callBound');
|
|||
|
||||
var $byteLength = callBound('SharedArrayBuffer.prototype.byteLength', true);
|
||||
|
||||
/** @type {import('.')} */
|
||||
module.exports = $byteLength
|
||||
? function isSharedArrayBuffer(obj) {
|
||||
if (!obj || typeof obj !== 'object') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue