strikethrough-js
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "strikethrough-js", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Manipulate strikethrough chars in Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,7 +19,9 @@ # StrikethroughJS | ||
var lib = require('strikethrough-js'); | ||
lib.removeStrikethrough(...); | ||
// or | ||
var res = lib.removeStrikethrough('...'); | ||
``` | ||
```javascript | ||
import { | ||
removeStrikethrough | ||
} from 'strikethrough-js'; | ||
var res = removeStrikethrough('...'); | ||
``` | ||
@@ -64,3 +66,3 @@ | ||
```javascript | ||
var str = getChars('456€ (1̶2̶3̶7̶8̶9̶€̶)'); | ||
var str = getString('456€ (1̶2̶3̶7̶8̶9̶€̶)'); | ||
console.log(str); | ||
@@ -67,0 +69,0 @@ // 123789€ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7421
75