// Type definitions for pretty-bytes 4.0 // Project: https://github.com/sindresorhus/pretty-bytes // Definitions by: York Yao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function prettyBytes(bytes: number): string; export = prettyBytes; declare namespace prettyBytes { }