This repository contains type definitions for all packages in the butility ecosystem. These type definitions are here for public to contribute.
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
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.
This repository is licensed under the MIT License.