https://github.com/themashcodee/ts-js-utility-functions
https://github.com/themashcodee/ts-js-utility-functions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/themashcodee/ts-js-utility-functions
- Owner: themashcodee
- Created: 2022-01-21T10:55:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T11:09:35.000Z (over 4 years ago)
- Last Synced: 2025-02-05T22:42:10.759Z (over 1 year ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript and Typescript Utility Functions
This repo contains custom made utility functions that will help you to solve small problems while building big frontend applications.
## Table of contents
- [createFormData](utils/createFormData.ts): this function generate a FormData but with type safety
## Detailed explanation