diff --git a/core/stdlib/docs/intro.vue b/core/stdlib/docs/intro.vue index 5d54ef1..f00243d 100644 --- a/core/stdlib/docs/intro.vue +++ b/core/stdlib/docs/intro.vue @@ -30,7 +30,7 @@ if (error) {

@robonen/stdlib

-

+

A platform-independent standard library of tools, utilities, and helpers for TypeScript — arrays, async, math, data structures, and patterns, all tree-shakeable and fully typed.

@@ -48,30 +48,30 @@ if (error) {
-
-

Fully typed

-

+

+

Fully typed

+

Generic signatures preserve element and key types end to end, so inference keeps working through groupBy, partition, zip, and friends.

-
-

Zero dependencies

-

+

+

Zero dependencies

+

No transitive dependencies and no platform assumptions. The same code runs in Node, the browser, Deno, Bun, and edge runtimes.

-
-

Tree-shakeable

-

+

+

Tree-shakeable

+

Each utility is a standalone export with no shared side effects. Import a single function and ship only that function.

-
-

Batteries included

-

+

+

Batteries included

+

Beyond array and math helpers you get data structures (Deque, BinaryHeap, LinkedList) and patterns (StateMachine, PubSub, Command). @@ -126,16 +126,16 @@ if (error) {

-
-

Where to next

-

+

+

Where to next

+

Browse the full API reference below, or jump straight to a popular utility: