Skip to content

Commit

Permalink
chore: Change ico (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
haejunejung authored Aug 27, 2024
1 parent 45e0b5f commit 6e850b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<p align="center">
<img src="/assets/logo.png" alt="ts-typekit" height=300 />
<h1 align="center">ts-typekit</h1>
<p align="center">🧰 Collection of TypeScript utility types</p>
<p align="center">
Expand All @@ -11,13 +12,13 @@
</p>
</p>

- **No Runtime Cost**: `ts-typekit` operates exclusively at compile-time, meaning it introduces zero overhead to your runtime performance.
- **No Runtime Cost**: ts-typekit operates exclusively at compile-time, meaning it introduces zero overhead to your runtime performance.

- **Battle-tested**: All utility types within `ts-typekit` are rigorously tested using `tsd`, providing you with confidence and reliability in their usage.
- **Battle-tested**: All utility types within ts-typekit are rigorously tested using tsd, providing you with confidence and reliability in their usage.

- **Type Safety**: By leveraging `ts-typekit`, you can enforce stricter type checks, reducing the likelihood of type-related errors and improving the overall robustness of your TypeScript applications.
- **Type Safety**: By leveraging ts-typekit, you can enforce stricter type checks, reducing the likelihood of type-related errors and improving the overall robustness of your TypeScript applications.

Whether you're dealing with complex type transformations, conditional types, or need to enforce specific type constraints, `ts-typekit` has you covered with a growing collection of utility types that cater to a variety of common and advanced use cases.
Whether you're dealing with complex type transformations, conditional types, or need to enforce specific type constraints, ts-typekit has you covered with a growing collection of utility types that cater to a variety of common and advanced use cases.

## Contributing

Expand Down
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/favicon.ico
Binary file not shown.

0 comments on commit 6e850b6

Please sign in to comment.