node_modules: update

This commit is contained in:
Dawid Dziurla 2020-11-12 16:37:43 +01:00
parent 4a21c51f2f
commit b91baffed3
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
107 changed files with 3886 additions and 2943 deletions

10
node_modules/ramda/dist/ramda.js generated vendored
View file

@ -1,4 +1,4 @@
// Ramda v0.27.0
// Ramda v0.27.1
// https://github.com/ramda/ramda
// (c) 2013-2020 Scott Sauyet, Michael Hurley, and David Chambers
// Ramda may be freely distributed under the MIT license.
@ -889,7 +889,7 @@
*
* @func
* @memberOf R
* @since v0.27.0
* @since v0.27.1
* @category Object
* @typedefn Idx = [String | Int]
* @sig [Idx] -> {a} -> [a | Undefined]
@ -6825,7 +6825,7 @@
*
* @func
* @memberOf R
* @since v0.27.0
* @since v0.27.1
* @category List
* @sig Number -> Number -> [a] -> [a]
* @param {Number} from The source index
@ -8488,7 +8488,7 @@
*
* @func
* @memberOf R
* @since v0.27.0
* @since v0.27.1
* @category Function
* @sig (a -> b) -> (Promise e a) -> (Promise e b)
* @sig (a -> (Promise e b)) -> (Promise e a) -> (Promise e b)
@ -9280,7 +9280,7 @@
*
* @func
* @memberOf R
* @since v0.27.0
* @since v0.27.1
* @category Logic
* @sig a -> b -> Boolean
* @param {Any} a