Files
setup-helm/node_modules/underscore/modules/_isBufferLike.js
2022-01-26 17:16:26 -05:00

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);