kappabufv1.2.3

kappabuf

Reactive state management for any framework

$ npm install kappabuf

๐ŸŒ Universal

Works in browser, Node, Deno, Bun.

๐Ÿ“ Typed

First-class TypeScript with strict types.

๐Ÿชถ Tiny

<3 KB gzipped, tree-shakeable.

Quickstart

import { kappabuf } from 'kappabuf';
const client = new kappabuf({ apiKey: 'sk_...' });
const result = await client.users.list({ limit: 10 });