mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-01-06 07:18:01 +00:00
7 lines
279 B
JavaScript
7 lines
279 B
JavaScript
|
import createSizePropertyCheck from './_createSizePropertyCheck.js';
|
||
|
import getByteLength from './_getByteLength.js';
|
||
|
|
||
|
// Internal helper to determine whether we should spend extensive checks against
|
||
|
// `ArrayBuffer` et al.
|
||
|
export default createSizePropertyCheck(getByteLength);
|