UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

7 lines (5 loc) 279 B
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);