0.0.4 • Published 3 years ago

brownsugar v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago