@phylaco/core
v0.1.0
Published
Core utilities and shared logic for Phylaco SDKs.
Readme
@phylaco/core
Core utilities and shared logic for Phylaco SDKs.
This package provides reusable building blocks used by browser and node SDKs.
🚀 Features
- ID generation (UUID)
- URL normalization
- Queue & batching helpers
- Retry mechanism
- Sampling utilities
- Common helpers
📦 Installation
npm install @phylaco/core⚙️ Example
import { generateId } from "@phylaco/core";
const id = generateId();🧠 Design Philosophy
✔ Lightweight ✔ Reusable ✔ No platform-specific logic
Used by:
- @phylaco/browser
- @phylaco/node
📄 License
MIT
