@statter/core
v1.0.4
Published
statter core
Downloads
37
Readme
@statter/core
Base package with shared contracts and infrastructure utilities.
What Is Included
- Domain interfaces (
IUser,IProject,IMonitor, etc.). - Base contracts (
baseinterfaces andBaseRepository). - Decorators (
swaggerhelpers). - Filters (
HttpExceptionFilter). - Utilities (
createSlug). FastifyRequestaugmentation with auserfield.
Public Import
import { EnumUserRole, HttpExceptionFilter, createSlug } from "@statter/core"Build
npm run build -w @statter/core