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
- Host: GitHub
- URL: https://github.com/arumi-s/string-value-transformer
- Owner: arumi-s
- License: mit
- Created: 2023-05-08T07:42:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T12:46:58.000Z (about 3 years ago)
- Last Synced: 2025-09-10T11:32:42.908Z (10 months ago)
- Topics: string-utilities, typescript
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# String Value Transformer
[](https://www.npmjs.com/package/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
```