Skip to content

Sky ModulesTypeScript Utilities

Powerful, type-safe utility modules for modern development

Sky Modules
Start building amazing TypeScript applications today!

Quick Start

bash
# Install core utilities
npm install @sky-modules/core

# Install React components (coming soon)
npm install @sky-modules/react
typescript
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

Why Sky Modules?

Sky Modules provides a curated collection of utility functions designed for modern TypeScript applications. Each module is:

  • Independently publishable - Use only what you need
  • Globally accessible - Optional global namespace integration
  • Type-safe - Full TypeScript support with strict typing
  • Well-tested - Comprehensive test coverage with mutation testing
  • Documentation-first - Interactive examples and detailed API docs

Ready to get started? Browse modules →

Released under the ISC License.