all-the-package-types 1.0.117 → 1.0.118
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.
- package/package.json +1 -1
- package/types.json +5 -0
package/package.json
CHANGED
package/types.json
CHANGED
|
@@ -1924,6 +1924,11 @@
|
|
|
1924
1924
|
"l": "array-sort",
|
|
1925
1925
|
"t": "array-sort"
|
|
1926
1926
|
},
|
|
1927
|
+
{
|
|
1928
|
+
"p": "https://github.com/shinnn/array-to-sentence",
|
|
1929
|
+
"l": "array-to-sentence",
|
|
1930
|
+
"t": "array-to-sentence"
|
|
1931
|
+
},
|
|
1927
1932
|
{
|
|
1928
1933
|
"p": "https://github.com/sindresorhus/array-uniq",
|
|
1929
1934
|
"l": "array-uniq",
|