0.1.0 • Published 2 years ago

picker-types v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

picker-types

npm version License

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.

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago