mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Move pretty bytes with other modules
This commit is contained in:
parent
ffab2c6f67
commit
622856cacb
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
import plist from 'plist'
|
import plist from 'plist'
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
|
import prettyBytes from 'pretty-bytes'
|
||||||
|
|
||||||
import { isString } from './check-types.js'
|
import { isString } from './check-types.js'
|
||||||
import parseMacho from './macho/index.js'
|
import parseMacho from './macho/index.js'
|
||||||
import prettyBytes from 'pretty-bytes'
|
|
||||||
|
|
||||||
import { AppScan } from '~/helpers/scanner/client.mjs'
|
import { AppScan } from '~/helpers/scanner/client.mjs'
|
||||||
|
|
||||||
const scannerVersion = (() => {
|
const scannerVersion = (() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue