@aboutbits/ts-utils
Version:
AboutBits' TypeScript utilities
50 lines (30 loc) • 1.15 kB
Markdown
# @aboutbits/ts-utils
[](https://badge.fury.io/js/%40aboutbits%2Fts-config)
[](https://github.com/aboutbits/ts-config/blob/main/license.md)
AboutBit's [TypeScript](https://www.typescriptlang.org/) utilities
## Usage
Install the package:
```sh
npm i -D @aboutbits/ts-utils
```
Import the utility of your choice:
```ts
import type { DistributivePick } from '@aboutbits/ts-utils'
// omitted code using DistributivePick
```
## Publish
To publish the package commit all changes and push them to main. Then run one of the following commands locally:
```sh
npm version patch
npm version minor
npm version major
```
## Information
AboutBits is a company based in South Tyrol, Italy. You can find more information about us
on [our website](https://aboutbits.it).
### Support
For support, please contact [info@aboutbits.it](mailto:info@aboutbits.it).
### Credits
- [All Contributors](../../contributors)
### License
The MIT License (MIT). Please see the [license file](license.md) for more information.