7.5.114 • Published 2 years ago

@devtea2026/placeat-repellat-earum-hic v7.5.114

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Tinkoff Utils Build status Coverage Status

Fast, small and purely functional utility library

Install

$ npm install @devtea2026/placeat-repellat-earum-hic

Features

Structure of the library

  • /object – for objects
  • /string – for strings
  • /promise – for promises
  • /array – for arrays or array-like objects
  • /function – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)
  • /is – set of type checking methods
  • / – root contains utilities which don't satisfy any of the above categories or are universal

Usage

import pathOr from '@devtea2026/placeat-repellat-earum-hic/object/pathOr';
import compose from '@devtea2026/placeat-repellat-earum-hic/function/compose';
import toLower from '@devtea2026/placeat-repellat-earum-hic/string/toLower';
import map from '@devtea2026/placeat-repellat-earum-hic/array/map'

const toLowerName = compose(
    toLower,
    pathOr(['name'], '')
);
const result = map(toLowerName)([{name: 'testA'}, {name: 'testb'}])

Benchmarks

$ npm run benchmark
UtilityLodashRamdaUtils
clone120,807 ops/sec112,053 ops/sec293,572 ops/sec
array/filter2,080,728 ops/sec1,849,633 ops/sec2,046,113 ops/sec
is/empty1,506,963 ops/sec474,177 ops/sec3,731,564 ops/sec
function/flip7,528,745 ops/sec3,735,143 ops/sec3,490,207 ops/sec
object/path12,023,128 ops/sec8,894,639 ops/sec7,587,076 ops/sec
string/trim4,215,928 ops/sec1,034,655 ops/sec6,029,794 ops/sec

Browser support

  • Chrome >= 40
  • Firefox >= 52
  • Edge >= 14
  • IE >= 11
  • Safari >= 10
  • iOS >= 10
  • Android >= 4.4

Node support

  • 6.4.0 and higher

Bundle size

LibraryBundle size
import _ from 'lodash'70.1 kb
import ... from 'lodash/...'21.8 kb
import R from 'ramda'41.3 kb
import ... from 'ramda/src/...'10 kb
import ... from '@devtea2026/placeat-repellat-earum-hic/...'2.32 kb

For detailed comparison with specific libraries see COMPARE.md

emitES2022waitelmconsumeremoveMicrosoftformscss nestingsignalsio-tsWeakMapruntimearrayprotodebugfastifyES2023formArraynameownPushamazontoolkitlessECMAScript 7cryptotoobjectlooksetterinstalllook-upmkdirsdeleteglobalfindLastIndexmkdirmime-dbdataviewpropertycss variableRegExp#flagsdayjsavastringifycallboundTypeScriptchromiumpackage.jsonpreprocessorES3configurablehardlinksredactless.jsless mixinsECMAScript 2020ECMAScript 2019movermdirassertionObject.definePropertyfromwatcherMapyamlfile systemIteratorcallshellstructuredClonecloneregexpgetOwnPropertyDescriptorframeworkObject.keyspackagepreserve-symlinksrgbwgetargumentObject.valuesregular expressionfastcopyreadablestreamsignalStreamfind-upwafhas-ownpropdotenvtoStringTagpostcss-plugincoremergedomdescriptorsWebSocketstrimLeftfunctionalWeakSetget0polyfillcolorArray.prototype.flatoptimisthasOwnPropertynativejasminemake dirInt16Arraytyped arraycompilertakeshrinkwrapindicatoromitFloat64ArrayglobalsenvSetextensionemojiredux-toolkitincludesresolvevaluescolorsexpressformatproxyfast-copywordbreaktc39typedarrayseslint-pluginextendES8utilitymkdirpperformantgroupfunctionssortedviewreact-testing-librarysymlinksoptionstyleajaxES2021hashsuperagentcompile lessArrayBuffer.prototype.slicehttpoffsetsequenceidentifiersECMAScript 2016protobufencryptionObject.getPrototypeOfmonorepoimportexportdefinecjkl10nECMAScript 2021a11yroutermimetypesthroattostringtagFloat32ArraytrimStartPromiseArray.prototype.includesemrdifffindup__proto__astes7writableloggerjsxyuprobustagentasciilockfilecallbindECMAScript 3directoryjestReflect.getPrototypeOfnegative zerocall-bindObservablesoutputhandlerszodapierrorECMAScript 5HyBiopenerloadingswffindbusywatchtoolsrequestnegativewatchinges-shimsstoragegatewaywidthcodesEStraverse-0mimehelpersmatchAll[[Prototype]]sharedarraybufferpyyamlawesomesauceflaghttpschromees8consoleflatMapvariables in cssreactinputlesscssawsestreesinatratimeelbutil.inspectstatusstablelogrecursiveschemereducemobilelimitStreamsvisualchaikinesisajvrequirelanguageObject.fromEntriestextelasticachextermtypanion$.extendfsequalityeast-asian-widthfast-clonebannerArray.prototype.flatMapparentReactiveExtensionsstyled-componentsclassnamespluginYAMLpushshebangTypeBoxaccessibilityES2017boundlengthcomparehookformpipeUint8ArraytestingpackagesconcatcircularsuperstructjavascriptRegExp.prototype.flagsfindLastObject.istypedBigInt64ArrayObjecttrimRightincommanderreplayAsyncIteratorsnshookscall-boundisConcatSpreadablewatchFilecomputed-typeswarningcmd@@toStringTaglinewrapbootstrap lessECMAScript 2022queueMicrotaskRxextraebsECMAScript 2018cssforEachchannelflats3uninstalloptimizerfetchaccessorscheme-validationtestdependenciesreact-hook-formcss-in-jsarraybufferargparseeveryqses2016childrmmomentdropdataViewautheventDispatcherbcryptlistenersclisortECMAScript 2023tskoreanwrapcloudtrailes5urlsendpointformattingrestfultrimmatcheshigher-orderlaunchspinnerjwtdeterministicec2createspinnerssigintgloblinkmetadataesmatchauthenticationinstallerchinesespecexecparsingfixed-widthsqsbluebird
7.5.114

2 years ago

7.5.113

2 years ago

7.5.112

2 years ago

7.5.111

2 years ago

7.5.110

2 years ago

7.5.109

2 years ago

7.5.108

2 years ago

7.5.107

2 years ago

3.1.50

2 years ago

3.1.52

2 years ago

3.1.51

2 years ago

4.3.59

2 years ago

5.3.94

2 years ago

5.3.93

2 years ago

5.3.92

2 years ago

5.3.91

2 years ago

5.3.90

2 years ago

5.3.95

2 years ago

5.3.83

2 years ago

3.1.34

2 years ago

5.3.82

2 years ago

3.1.33

2 years ago

5.3.81

2 years ago

3.1.36

2 years ago

5.3.80

2 years ago

3.1.35

2 years ago

3.1.38

2 years ago

3.1.37

2 years ago

3.1.39

2 years ago

3.1.30

2 years ago

3.1.32

2 years ago

3.1.31

2 years ago

2.1.19

2 years ago

2.1.23

2 years ago

2.1.21

2 years ago

2.1.22

2 years ago

2.1.20

2 years ago

5.3.89

2 years ago

5.3.88

2 years ago

5.3.87

2 years ago

5.3.86

2 years ago

5.3.85

2 years ago

5.3.84

2 years ago

5.3.72

2 years ago

3.1.45

2 years ago

5.3.71

2 years ago

3.1.44

2 years ago

5.3.70

2 years ago

3.1.47

2 years ago

3.1.46

2 years ago

3.1.49

2 years ago

3.1.48

2 years ago

4.3.60

2 years ago

3.1.41

2 years ago

3.1.40

2 years ago

3.1.43

2 years ago

3.1.42

2 years ago

4.3.64

2 years ago

4.3.63

2 years ago

4.3.62

2 years ago

4.3.61

2 years ago

4.3.65

2 years ago

5.3.79

2 years ago

5.3.78

2 years ago

5.3.77

2 years ago

6.4.103

2 years ago

5.3.76

2 years ago

6.4.104

2 years ago

5.3.75

2 years ago

6.4.101

2 years ago

5.3.74

2 years ago

6.4.102

2 years ago

5.3.73

2 years ago

6.4.100

2 years ago

5.3.69

2 years ago

5.3.68

2 years ago

5.3.67

2 years ago

5.3.66

2 years ago

5.3.65

2 years ago

3.1.23

2 years ago

3.1.25

2 years ago

3.1.24

2 years ago

3.1.27

2 years ago

3.1.26

2 years ago

3.1.29

2 years ago

3.1.28

2 years ago

5.4.95

2 years ago

5.4.96

2 years ago

5.4.97

2 years ago

6.4.98

2 years ago

6.4.97

2 years ago

6.4.99

2 years ago

3.2.53

2 years ago

3.2.52

2 years ago

3.2.54

2 years ago

4.2.54

2 years ago

4.2.55

2 years ago

4.2.56

2 years ago

6.5.104

2 years ago

6.5.105

2 years ago

6.5.106

2 years ago

6.5.107

2 years ago

4.2.57

2 years ago

4.2.58

2 years ago

4.2.59

2 years ago

2.1.18

2 years ago

2.1.17

2 years ago

2.1.16

2 years ago

2.0.15

2 years ago

2.0.16

2 years ago

2.0.14

2 years ago

2.0.13

2 years ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago