|
1 | 1 | <a href="https://www.typescriptlang.org/"> |
2 | 2 | <img |
3 | | - src="https://raw.githubusercontent.com/typescript-package/core/refs/heads/main/ts-package-barcode-logo-512.png" |
4 | | - width="20%" |
| 3 | + src="https://avatars.githubusercontent.com/u/189666396?s=150&u=9d55b1eb4ce258974ead76bf07ccf49ef0eb0ea7&v=4" |
5 | 4 | title="@typescript-package/core" |
6 | 5 | /> |
7 | 6 | </a> |
8 | 7 |
|
9 | 8 | ## typescript-package/core |
10 | 9 |
|
11 | | -Core package. |
12 | | - |
13 | 10 | <!-- npm badge --> |
14 | 11 | [![npm version][typescript-package-npm-badge-svg]][typescript-package-npm-badge] |
15 | 12 | [![GitHub issues][typescript-package-badge-issues]][typescript-package-issues] |
16 | 13 | [![GitHub license][typescript-package-badge-license]][typescript-package-license] |
17 | 14 |
|
| 15 | +A TypeScript library with features used across other `typescript-package` libraries. |
| 16 | + |
18 | 17 | <br> |
19 | 18 |
|
20 | 19 | ## Table of contents |
21 | 20 |
|
22 | | -* [Installation](#installation) |
23 | | -* [Api](#api) |
24 | | -* [Git](#git) |
25 | | - * [Commit](#commit) |
26 | | - * [Versioning](#versioning) |
27 | | -* [License](#license) |
| 21 | +- [Installation](#installation) |
| 22 | +- [Api](#api) |
| 23 | +- [Contributing](#contributing) |
| 24 | +- [Support](#support) |
| 25 | +- [Code of Conduct](#code-of-conduct) |
| 26 | +- [Git](#git) |
| 27 | + - [Commit](#commit) |
| 28 | + - [Versioning](#versioning) |
| 29 | +- [License](#license) |
28 | 30 |
|
29 | 31 | ## Installation |
30 | 32 |
|
31 | 33 | ```bash |
32 | | -npm install @typescript-package/core |
| 34 | +npm install @typescript-package/core --save-peer |
33 | 35 | ``` |
34 | 36 |
|
35 | 37 | ## Api |
36 | 38 |
|
37 | 39 | ```typescript |
38 | 40 | import { |
39 | 41 | resultCallback, |
40 | | - typeOf |
| 42 | + typeOf, |
| 43 | + Value |
41 | 44 | } from '@typescript-package/core'; |
42 | 45 | ``` |
43 | 46 |
|
| 47 | +## Contributing |
| 48 | + |
| 49 | +Your contributions are valued! If you'd like to contribute, please feel free to submit a pull request. Help is always appreciated. |
| 50 | + |
| 51 | +## Support |
| 52 | + |
| 53 | +If you find this package useful and would like to support its and general development, you can contribute through one of the following payment methods. Your support helps maintain the packages and continue adding new. |
| 54 | + |
| 55 | +Support via: |
| 56 | + |
| 57 | +- [Stripe](https://donate.stripe.com/dR614hfDZcJE3wAcMM) |
| 58 | +- [Revolut](https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29) |
| 59 | + |
| 60 | +Thanks for your support! |
| 61 | + |
| 62 | +## Code of Conduct |
| 63 | + |
| 64 | +By participating in this project, you agree to follow **[Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/)**. |
| 65 | + |
44 | 66 | ## GIT |
45 | 67 |
|
46 | 68 | ### Commit |
|
0 commit comments