UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

38 lines (22 loc) 1.32 kB
<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. [![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`.