<p align="left">
  <a href="https://www.walkeros.io">
    <img alt="walkerOS" title="walkerOS" src="https://www.walkeros.io/img/walkerOS_logo.svg" width="256px"/>
  </a>
</p>

# @walkeros/core

Platform-agnostic types and utilities used across all walkerOS environments,
providing standardized building blocks for data manipulation, validation, and
mapping.

[Documentation](https://www.walkeros.io/docs/core) &bull;
[NPM Package](https://www.npmjs.com/package/@walkeros/core) &bull;
[Source Code](https://github.com/elbwalker/walkerOS/tree/main/packages/core)

## Installation

```bash
npm install @walkeros/core
```

## Quick start

Import the types and utilities you need directly:

```ts
import { assign, anonymizeIP, getMappingValue } from '@walkeros/core';
```

## Documentation

Full configuration, mapping, and examples live in the docs:
**https://www.walkeros.io/docs/core**

## Contribute

Feel free to contribute by submitting an
[issue](https://github.com/elbwalker/walkerOS/issues), starting a
[discussion](https://github.com/elbwalker/walkerOS/discussions), or getting in
[contact](https://calendly.com/elb-alexander/30min).

## License

MIT
