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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ $ npm install @tinkoff/utils
16
16
- Modern codebase
17
17
18
18
## Structure of the library
19
-
*[`/object`](./src/object) – for objects
20
-
*[`/string`](./src/string) – for strings
21
-
*[`/promise`](./src/promise) – for promises
22
-
*[`/array`](./src/array) – for arrays or array-like objects
23
-
*[`/function`](./src/function) – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)
24
-
*[`/is`](./src/is) – set of type checking methods
25
-
*[`/`](./src) – root contains utilities which don't satisfy any of the above categories or are universal
19
+
*[`/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
26
26
27
27
## Usage
28
28
```js
@@ -61,4 +61,4 @@ $ npm run benchmark
61
61
| import ... from 'ramda/src/...' | 10 kb |
62
62
| import ... from '@tinkoff/utils/...' | 2.32 kb |
63
63
64
-
For detailed comparison with specific libraries see [COMPARE.md](./COMPARE.md)
64
+
For detailed comparison with specific libraries see [COMPARE.md](https://github.com/TinkoffCreditSystems/utils.js/tree/master/COMPARE.md)
0 commit comments