@koloseum/utils
v0.3.16
Published
Utility logic for use across Koloseum web apps (TypeScript)
Readme
@koloseum/utils
This package contains shared TypeScript utilities for the Koloseum platform. It is company IP, published so microservices can depend on a single versioned implementation; it is not an invitation to reuse the utilities in other products. See the platform's engineering showcase for more info.
Install
npm i @koloseum/utilsModules
| Export | Purpose |
| ---------------------------- | ------------------------------------------------------------ |
| @koloseum/utils/client | Client-side (browser) helpers |
| @koloseum/utils/formatting | Display and locale formatting (KES, Nairobi time) |
| @koloseum/utils/general | Shared pure helpers |
| @koloseum/utils/platform | Role and permission matrix, platform constants |
| @koloseum/utils/server | SvelteKit server-side helpers (auth, cookies, error mapping) |
Licence
UNLICENSED. All rights reserved by Koloseum Technologies Limited. No grant of use, copy or modification is implied.
Author
- Davy Kamanzi – Head of Technology and Community Relations | @DavyK17
