picker-types
v0.1.0
Published
A TypeScript library for centralizing constants, interfaces, and enums used across projects
Downloads
7
Readme
picker-types
Picker-Types is a TypeScript library for centralizing constants, interfaces, and enums used across projects.
It provides a collection of reusable TypeScript types, interfaces, and enums that promote code reuse and consistency.
Installation
npm install picker-types
Usage
Here's an example of how to use the library:
import { EOrderStatus } from "picker-types";
// Use the EOrderStatus enum
const status = EOrderStatus.Pending;
Please refer to the documentation for detailed usage examples and API reference.
Contributing
Contributions are welcome! Please see the contribution guidelines for more information.