Move pretty bytes with other modules

This commit is contained in:
Sam Carlton 2022-07-21 22:15:56 -05:00
parent ffab2c6f67
commit 622856cacb

View file

@ -1,10 +1,9 @@
import plist from 'plist'
import axios from 'axios'
import prettyBytes from 'pretty-bytes'
import { isString } from './check-types.js'
import parseMacho from './macho/index.js'
import prettyBytes from 'pretty-bytes'
import { AppScan } from '~/helpers/scanner/client.mjs'
const scannerVersion = (() => {