Modern TypeScript
Built with cutting-edge TypeScript features, providing excellent type safety and developer experience.
Powerful, type-safe utility modules for modern development
# Install core utilities
npm install @sky-modules/core
# Install React components (coming soon)
npm install @sky-modules/react
import { mergeNamespace, globalify } from '@sky-modules/core'
// Merge objects with type safety
const result = mergeNamespace(obj1, obj2)
// Add to global namespace
globalify({ myUtility: someFunction })
Core Utilities
Essential utilities for object manipulation, namespace merging, and type checking
React Components
Modern React hooks and components with TypeScript support
Math & Algorithms
High-performance mathematical functions and algorithm implementations
Sky Modules provides a curated collection of utility functions designed for modern TypeScript applications. Each module is:
Ready to get started? Browse modules →