Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.16 KB

File metadata and controls

27 lines (19 loc) · 1.16 KB

🧬 Data Types Overview

A curated collection of utility modules for common data types — strings, arrays, numbers, objects, records, and regex — with runtime guards and helpers for safer, easier development.


Access the data types utilities

import atomix from '@nasriya/atomix';

const { string, object, record, array, regex } = atomix.dataTypes;

Modules Overview

Module Description Examples Link
Strings String manipulation and guards Examples ›
Arrays Array helpers and validators Examples ›
Numbers Number utilities and checks Examples ›
Objects Object manipulation and deep utils Examples ›
Records Record-specific utilities and guards Examples ›
RegExp Regex utilities and pattern guards Examples ›

Feel free to explore each module for detailed usage, examples, and API references!