Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 840 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 840 Bytes

Austin Breslin's JS/TS Libraries

A collection of libraries that I felt were missing from the public and people could potentially want.

List:

@austinbreslin/file-types @austinbreslin/pledge @austinbreslin/fetcher @austinbreslin/safe-json

File Types

File Types is near completion list of file type information, including the 'magic bits' that determine what application the file belongs to.

Pledge

A wrapper around promises to return tuples with a few other useful features.

Fetcher

A wrapper around fetch to return tuples, not throw random errors and with a few other useful features.

Safe JSON

Correcting a few inconsistencies when use JSON in JS/TS. Does not throw random errors.