https://github.com/finsweet/ts-utils
Typescript utils for custom Webflow projects.
https://github.com/finsweet/ts-utils
webflow
Last synced: 10 months ago
JSON representation
Typescript utils for custom Webflow projects.
- Host: GitHub
- URL: https://github.com/finsweet/ts-utils
- Owner: finsweet
- Created: 2021-04-25T15:56:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T18:11:38.000Z (about 2 years ago)
- Last Synced: 2025-06-07T19:07:31.409Z (11 months ago)
- Topics: webflow
- Language: TypeScript
- Homepage: https://finsweet.com/open-source/ts-utils/
- Size: 774 KB
- Stars: 34
- Watchers: 3
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

# 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`.