You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[`/object`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/object) – for objects
20
-
*[`/string`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/string) – for strings
21
-
*[`/promise`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/promise) – for promises
22
-
*[`/array`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/array) – for arrays or array-like objects
23
-
*[`/function`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/function) – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)
24
-
*[`/is`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src/is) – set of type checking methods
25
-
*[`/`](https://github.com/TinkoffCreditSystems/utils.js/tree/master/src) – root contains utilities which don't satisfy any of the above categories or are universal
19
+
*[`/object`](https://github.com/Tinkoff/utils.js/tree/master/src/object) – for objects
20
+
*[`/string`](https://github.com/Tinkoff/utils.js/tree/master/src/string) – for strings
21
+
*[`/promise`](https://github.com/Tinkoff/utils.js/tree/master/src/promise) – for promises
22
+
*[`/array`](https://github.com/Tinkoff/utils.js/tree/master/src/array) – for arrays or array-like objects
23
+
*[`/function`](https://github.com/Tinkoff/utils.js/tree/master/src/function) – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)
24
+
*[`/is`](https://github.com/Tinkoff/utils.js/tree/master/src/is) – set of type checking methods
25
+
*[`/`](https://github.com/Tinkoff/utils.js/tree/master/src) – root contains utilities which don't satisfy any of the above categories or are universal
26
26
27
27
## Usage
28
28
```js
@@ -74,4 +74,4 @@ $ npm run benchmark
74
74
| import ... from 'ramda/src/...' | 10 kb |
75
75
| import ... from '@tinkoff/utils/...' | 2.32 kb |
76
76
77
-
For detailed comparison with specific libraries see [COMPARE.md](https://github.com/TinkoffCreditSystems/utils.js/tree/master/COMPARE.md)
77
+
For detailed comparison with specific libraries see [COMPARE.md](https://github.com/Tinkoff/utils.js/tree/master/COMPARE.md)
0 commit comments