UNPKG

adonis-forge

Version:

Bundle utils for AdonisJS

9 lines (8 loc) 181 B
// src/utils/file.ts var compareSize = (byteSize, megaSize) => { return byteSize > megaSize * 1024 * 1024; }; export { compareSize }; //# sourceMappingURL=chunk-O5RNLR4O.js.map