We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43327a0 commit bc1feb4Copy full SHA for bc1feb4
3 files changed
README.md
@@ -12,8 +12,8 @@ npm install flat-insert
12
### insert(input, value[, index])
13
Returns new modified value depending on `input` type.
14
* `input`: Input value. (**String**|**Array**)
15
-* `value`: Value to be inserted. (**Mixed**)
16
- * If `input` type is _String_, `value` will be turned into _String_.
+* `value`: Insert value. (**Mixed**)
+ * If `input` type is _String_, `value` will turn into _String_.
17
* If `input` and `value` types are _Array_, then `value` will be flatten.
18
* `index`: Index position for insertion. (**Number**; defaults `0`)
19
0 commit comments