Package Exports
- code-pillar
- code-pillar/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (code-pillar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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