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.
import atomix from '@nasriya/atomix';
const { string, object, record, array, regex } = atomix.dataTypes;| 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!