@finsweet/ts-utils
Version:
Typescript utils for custom Webflow projects.
38 lines (22 loc) • 1.32 kB
Markdown
<div align="left">
<img src="https://res.cloudinary.com/dfxtzg164/image/upload/v1670266641/logo_full_black_u3khkr.svg">
</div>
# Typescript Utils
Typescript utils for custom Webflow projects. This project contains different categories of utils that can be used in any project.
All utils are fully tree shakeable and strongly typed.
[](https://www.npmjs.com/package/@finsweet/ts-utils) [](https://badge.fury.io/js/@finsweet%2Fts-utils) [](https://www.npmjs.com/package/@finsweet/ts-utils) [](https://github.com/finsweet/ts-utils/pulls) [](https://github.com/finsweet/ts-utils/blob/master/package.json)
### Installation
#### Npm
```bash
npm install @finsweet/ts-utils
```
#### Yarn
```bash
yard add @finsweet/ts-utils
```
#### Pnpm
```bash
pnpm install @finsweet/ts-utils
```
### Documentation
To access the main documentation for this project, please visit [https://finsweet.com/open-source/ts-utils/](https://finsweet.com/open-source/ts-utils/) to learn more about `@finsweet/ts-utils`.