0.0.3 • Published 5 months ago

shaml v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

shaml

Shaml (short for Shameless) is a multi-language library that simplifies data handling by automatically converting input values to more appropriate types. It aims to reduce boilerplate code for type checking and conversion across various programming languages, providing a consistent and intuitive API.

Installation

npm install shaml

Basic Usage

const sl = require('shaml');

const number = sl("123"); // Converts to number 123
console.log(number);

For detailed documentation and usage examples, please refer to the GitHub repository.

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago