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

https://github.com/arumi-s/string-value-transformer

transforms string to other types of values and vice versa safely
https://github.com/arumi-s/string-value-transformer

string-utilities typescript

Last synced: about 1 month ago
JSON representation

transforms string to other types of values and vice versa safely

Awesome Lists containing this project

README

          

# String Value Transformer

[![NPM](https://img.shields.io/npm/v/string-value-transformer)](https://www.npmjs.com/package/string-value-transformer)
![License](https://img.shields.io/npm/l/string-value-transformer)

string-value-transformer is a JavaScript library designed to provide a suite of functions and classes that can safely transform strings to other types of values and vice versa.

## Usage

### Install

```bash
npm install string-value-transformer
```

### Install peer dependencies

```bash
npm install class-transformer
```