401196d62a
* chore: add swap files to ignores * chore: set up typescript deps * refactor: rough conversion * chore: linting config * refactor: isolate untestable bits * chore: runtime mapping * chore: move tests
8 lines
179 B
TypeScript
8 lines
179 B
TypeScript
export type Report = {
|
|
packageSize: string
|
|
unpackedSize?: string
|
|
packageSizeBytes?: number
|
|
unpackedSizeBytes?: number
|
|
limit?: string
|
|
limitBytes?: number
|
|
}
|