Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of gcanti/logging-ts

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
gcanti/docs-ts
Documentation tool for TypeScript packages
Account's avatar
gcanti/fp-ts
Functional programming in TypeScript
Account's avatar
gcanti/import-path-rewrite
import-path-rewrite description
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
blakeembrey/tslint-config-standard
A TSLint config for JavaScript Standard Style
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

gcanti's profile
gcanti
21 contributions
waynevanson's profile
waynevanson
12 contributions
mstn's profile
mstn
3 contributions
tetsuo's profile
tetsuo
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
gcanti

gcanti/logging-ts

Composable loggers for TypeScript

TypeScript
101
7
MIT License

`logging‑ts` is a tiny, functional‑style logging library for TypeScript that lets you treat a logger as a composable effect. A logger is just a function `A => HKT<M, void>` and can be combined, filtered, or transformed via `Semigroup`, `contramap` and `filter` helpers, making it easy to build flexible, type‑safe logging pipelines (e.g., separate debug and production streams). It’s aimed at developers using **fp‑ts** (or similar functional programming patterns) who want a lightweight, composable alternative to traditional logger/handler APIs.