prototype-helper
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "prototype-helper", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -22,2 +22,13 @@ <img src="https://capsule-render.vercel.app/api?type=waving&color=343a40&height=210§ion=header&text=Typescript Prototype Helper&fontSize=50&fontAlignY=35&fontColor=adb5bd" /> | ||
# Getting started | ||
Import the package to the first file you call. | ||
```js | ||
import "prototype-helper"; | ||
// and use | ||
console.log("10000".toComma()); // 10,000 | ||
``` | ||
# Prototype Helper | ||
@@ -24,0 +35,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31800
204
0