atom-sorter
Advanced tools
Comparing version 0.4.3 to 0.5.0
{ | ||
"name": "atom-sorter", | ||
"version": "0.4.3", | ||
"version": "0.5.0", | ||
"description": "Callback allowing to sort chemical elements (atoms) in Hill order", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -15,5 +15,5 @@ # atom-sorter | ||
```js | ||
import library from 'atom-sorter'; | ||
import atomSorter from 'atom-sorter'; | ||
const result = library(args); | ||
['C','O','N','H'].osrt(atomSorter); | ||
// result is ... | ||
@@ -20,0 +20,0 @@ ``` |
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
3082