devix 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,3 +17,20 @@ import { [[ModuleName]] } from 'devix'
17
17
  // Using CommonJS
18
18
  var { [[ModuleName]] } = require('devix')
19
19
  ```
20
+
21
+ ## API
22
+
23
+ - bubblingSort
24
+ - compose
25
+ - currying
26
+ - debounce
27
+ - deepClone
28
+ - formatTimer
29
+ - insertStr
30
+ - isType
31
+ - localCache
32
+ - sessionCache
33
+ - setTimer
34
+ - shallowClone
35
+ - stringCase
36
+ - throttle
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "devix",
3
3
  "type": "module",
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "description": "Devix is a comprehensive, powerful, and compact JavaScript utility library.",
6
6
  "author": "",
7
7
  "license": "MIT",