0.0.4 • Published 2 years ago

brownsugar v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

brownsugar

Simple library for managing structures, types & errors.

setup

install the package

npm install brownsugar

enable strict mode inside tsconfig.json

{
    "compilerOptions": {
        // ...
        "strict": true
    }
}

This will enable strict type checking which is required for correct usage of the library.

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago