An open API service indexing awesome lists of open source software.

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.

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.

[![npm](https://img.shields.io/npm/dt/@finsweet/ts-utils)](https://www.npmjs.com/package/@finsweet/ts-utils) [![npm version](https://badge.fury.io/js/@finsweet%2Fts-utils.svg)](https://badge.fury.io/js/@finsweet%2Fts-utils) [![NPM](https://img.shields.io/npm/l/@finsweet/ts-utils)](https://www.npmjs.com/package/@finsweet/ts-utils) [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-green)](https://github.com/finsweet/ts-utils/pulls) [![dependencies](https://img.shields.io/badge/dependencies-none-brightgreen.svg)](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`.