7fife-backend/node_modules/underscore/modules/_isBufferLike.js

7 lines
279 B
JavaScript
Raw Normal View History

2024-03-07 13:01:44 +00:00
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);