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) {
+
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) {+
Generic signatures preserve element and key types end to end, so inference keeps
working through groupBy, partition, zip, and friends.
+
No transitive dependencies and no platform assumptions. The same code runs in Node, the browser, Deno, Bun, and edge runtimes.
+
Each utility is a standalone export with no shared side effects. Import a single function and ship only that function.
+
Beyond array and math helpers you get data structures
(Deque, BinaryHeap, LinkedList) and patterns
(StateMachine, PubSub, Command).
@@ -126,16 +126,16 @@ if (error) {
+
Browse the full API reference below, or jump straight to a popular utility: