Skip to content

butility/types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Butility pkgs Type Definitions

This repository contains type definitions for all packages in the butility ecosystem. These type definitions are here for public to contribute.

Usage

To use the type definitions, clone this repository and link the necessary type definition files in your projects.

git clone https://github.com/butility/types.git

Then, include the relevant type files in your TypeScript configuration (tsconfig.json) or import them directly in your project:

// Import specific types as needed
import { GeneratePasswordOptions } from './path/to/types-folder/network/generate';

// Use GeneratePasswordOptions in your code

Contributing

Contributions are welcome! Please ensure any changes to type definitions are accurate. Submit a pull request if you'd like to contribute to the project.

License

This repository is licensed under the MIT License.