@kkbank/core
v0.1.1
Published
Core utilities and types for KKBank projects
Downloads
3
Readme
@kkbank/core
Core utilities and types for KKBank projects.
Installation
``` npm install @kkbank/core ```
Usage
Import the utilities and types you need:
```typescript import { isValidEmail } from '@kkbank/core/utils/validation'; import type { User } from '@kkbank/core/types/user'; ```
Development
- Install dependencies: `npm install`
- Run tests: `npm test`
- Build: `npm run build`