0.1.0 • Published 8 months ago

picker-types v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months 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

8 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago