1.0.2 • Published 7 months ago

@e.fe/filesize v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

filesize

NPM version Downloads

npm.io

Usage

CLI

npx filesize dist

# OR
# npx @e.fe/filesize dist

Node API

import { analyze } from '@e.fe/filesize';

analyze('dist');

DTS

declare function analyze(target?: string, { pattern, }?: {
  pattern?: string | undefined;
}): Promise<void>;
1.0.2

7 months ago