code-pillar
v0.0.8
Published
Dedy Chaidir Code Library
Downloads
767
Readme
code-pillar
Usage
import { codePillar } from 'code-pillar';Example's
- Calling function:
codePillar.numberFormatStrToNumber(`${your_number_var}`);- Add files using the command line or push an existing Git repository with the following command:
cd existing_repo
git remote add origin https://gitlab.com/dedychaidir/code-pillar.git
git branch -M main
git push -uf origin main