ginjol-utils
v0.1.2
Published
Utils library
Readme
Ginjol - Utils
Installation
Instructions for installing the library via npm:
npm install ginjol-utils
Usage
Importing the Library:
import { trimAllStrings, booleanToSymbol } from 'ginjol-utils';
Example Function
Description of what this specific function does:
const result = utilities.trimAllStrings(Object); console.log(result);
Available Functions
trimAllStrings(ObjectParameter): Function that trims all the elements of an object passed as a parameter.
Contributing
Instructions for those who want to contribute to the project:
Clone the repository. Create a new branch: git checkout -b your-branch-name. Make your changes and test. Submit your changes for review: git push origin your-branch-name.
