UNPKG

box-ui-elements

Version:
4 lines 169 B
export function isFileLargerThan(file, breakpointSizeInBytes) { return file ? file.size > breakpointSizeInBytes : false; } //# sourceMappingURL=isFileLargerThan.js.map