mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-09-11 05:44:21 +02:00
chore: update dependencies
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
var _createSizePropertyCheck = require('./_createSizePropertyCheck.js');
|
||||
var _getByteLength = require('./_getByteLength.js');
|
||||
|
||||
// Internal helper to determine whether we should spend extensive checks against
|
||||
// `ArrayBuffer` et al.
|
||||
var isBufferLike = _createSizePropertyCheck(_getByteLength);
|
||||
|
||||
module.exports = isBufferLike;
|
||||
Reference in New Issue
Block a user