@types/filesize-parser
TypeScript icon, indicating that this package has built-in type declarations

1.5.3 • Public • Published

Installation

npm install --save @types/filesize-parser

Summary

This package contains type definitions for filesize-parser (https://github.com/patrickkettner/filesize-parser#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/filesize-parser.

index.d.ts

declare function filesizeParser(size: string | number, options?: Options): number;

interface Options {
    base: 2 | 10;
}

export = filesizeParser;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Gary King.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.5.32,061ts5.8
1.5.32,061ts5.7
1.5.32,061latest
1.5.32,061ts4.5
1.5.32,061ts4.6
1.5.32,061ts4.7
1.5.32,061ts4.8
1.5.32,061ts4.9
1.5.32,061ts5.0
1.5.32,061ts5.1
1.5.32,061ts5.2
1.5.32,061ts5.3
1.5.32,061ts5.4
1.5.32,061ts5.5
1.5.32,061ts5.9
1.5.32,061ts5.6
1.5.32,061ts6.0
1.5.1321ts3.6
1.5.1321ts3.7
1.5.1321ts3.8
1.5.1321ts3.9
1.5.1321ts4.0
1.5.1321ts4.1
1.5.1321ts4.2
1.5.1321ts4.3
1.5.1321ts4.4
1.5.012ts2.0
1.5.012ts2.1
1.5.012ts2.2
1.5.012ts2.3
1.5.012ts2.4
1.5.012ts2.5
1.5.012ts2.6
1.5.012ts2.7
1.5.012ts2.8
1.5.012ts2.9
1.5.012ts3.0
1.5.012ts3.1
1.5.012ts3.2
1.5.012ts3.3
1.5.012ts3.4
1.5.012ts3.5

Version History

VersionDownloads (Last 7 Days)Published
1.5.32,061
1.5.215
1.5.1321
1.5.012

Package Sidebar

Install

npm i @types/filesize-parser

Weekly Downloads

2,409

Version

1.5.3

License

MIT

Unpacked Size

2.89 kB

Total Files

5

Last publish

Collaborators

  • types