@hypercard-ai/hyper-utils
v1.7.0
Published
Shared types and utils for HyperCard.ai
Readme
HyperAI Utilities (@hypercard-ai/hyper-utils)
Shared TypeScript types, utility functions, and constants used across Hypercard AI projects.
Installation
npm install @hypercard-ai/hyper-utilsUsage
import { SomeType, someUtilityFunction } from '@hypercard-ai/hyper-utils';
const data: SomeType = {
// ...
};
const result = someUtilityFunction(data);Contributing
Changes to this repository affect multiple projects. Before merging any changes to main, you must increment the version in package.json according to Semantic Versioning (SemVer) rules.
