You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small, focused JavaScript utilities for arrays, functions, math, objects, strings, and type checks.
10
-
11
-
FrostCore is an ESM-first utility library with zero runtime dependencies. It works in Node and bundlers, and it also ships a browser-friendly UMD bundle that exposes `globalThis._`.
9
+
Small, focused ESM utilities for arrays, functions, math, objects, strings, and type checks. FrostCore has zero runtime dependencies, works in Node and bundlers, and also ships a browser-friendly UMD bundle that exposes `globalThis._`.
12
10
13
11
## Highlights
14
12
15
13
- Named exports for tree-shaking
16
14
- Browser UMD bundle in `dist/`
17
15
- No runtime dependencies
18
16
- JSDoc-powered IntelliSense
19
-
- Utility coverage across arrays, objects, strings, math, functions, and type checks
20
17
21
18
## Installation
22
19
@@ -30,19 +27,11 @@ FrostCore is ESM-only. Use `import` syntax in Node and bundlers.
0 commit comments