4.10.68 • Published 11 months ago

@hishprorg/delectus-numquam v4.10.68

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Why The Name Kyanite?

Because I think mineral names are cool

Contents

Philosophy

The goal for Kyanite is to be stripped down, light weight, and intuitive. The idea is to be performant and easy to use in a functional setting, making it simple to build reusable functions in your code base with powerful and organized algorithmic pipes. Ultimately, Kyanite’s continued growth and improvement will support the growth and improvement of the JavaScript community

Key Features

  • Purely Functional - This was a main focus for the project. I wanted it to be an easy to use, functional system while also being completely pure by making use of piping and transducers to boost performance.
  • Single type utility functions - Theoretically, all of the functionality is based around accepting a single data type, doing what it does, and giving you back a result, thus making it reliable, stable, and lightweight.
  • Everything is curried! Setup static in one spot and then pass the rest of the dynamic data in later.
  • Data last ideology

How To

Note: As of v2.0.0 the module should be imported as just K instead of @hishprorg/delectus-numquam The unminified version of the library is no longer available as of 2.0.0

With a CDN

<!-- It is recommended to replace the @latest with a strict version number for production -->
<script src="https://cdn.jsdelivr.net/npm/@hishprorg/delectus-numquam@latest/dist/@hishprorg/delectus-numquam.iife.min.js"></script>

<script>
  K.isEmpty({})
</script>

Or installing with npm i @hishprorg/delectus-numquam and then:

Standard module system

// This will use the module path in the package.json (src/index.js)
import * as K from '@hishprorg/delectus-numquam'

Common JS

// For the prod minified version
const K = require('@hishprorg/delectus-numquam')

Testing

Kyanite follows the tap setup using the tape testing suite.

To run the tests:

  • git clone the repo
  • cd into the repo folder
  • Run npm i
  • Run npm t

Credit

A lot of the if not most of the inspiration for this library came from 2 libraries I follow closely, Primarily most of it stems from:

  • foreword by Abstract Tools which is a very nice and easy to use library developed by a close friend and mentor. This is where a lot of functionality ideas came from I can't recommend it enough.
  • Ramdajs by Ramda a beautiful and feature packed library where the original idea started
texttypescripttransportcallbindcopyflatMapObject.entriesschemefastcopystylediroptimizerformattingtakecloudsearchunicodewgetmapReflect.getPrototypeOffastRFC-6455gradients cssrequestcolumntypedinputhardlinksesnativecomputed-typesparserclassesposecssreact-testing-library.envfetchapifromletqueryi18npositiveutilstsinstallerglobnpmreplaySymbollessfastclonees5browserslistdateyamlArray.prototype.flattenes-shimsindynamodbstringifierfunction.lengthglobalhelperexecloadbalancingsigintlistenersdeepcloneresolvearrayprotobuftypedarraysebschaiInt8Arraycloudwatchsettingsmanagerlintoncefast-deep-copyvaluesECMAScript 2023errorjestpolyfillxtermajvtrimRightprogressJSON-Schemautilityregular expressionhotcss-in-jsfindtestfulles-shim APIdeepparseespreesyntaxsetterstableponyfilltestercjkBigInt64ArraysetPrototypeOfnamesbindanimationmodulesStreamsvalidatorhandlersfast-cloneinternal slotamazoniamsqskoreanfpsredirectECMAScript 2019popmotionSetbootstrap lessECMAScript 2021callfront-endfunctionsymlinkcorequeueMicrotaskpackage managerloggerformatmacosstylesheetperformancelogcallbackhasbytebuffermergestoragegatewayprocesslivesigtermtimees-abstractgetintrinsiceventEmitterimportes2018Symbol.toStringTagspecauthenticationcodesenderinvariantmobilesideless cssoptimistcreatedeep-copydragshammake dirspinnersgetoptfigletexitagentmrucolorssetImmediatelinuxlocalstatelessramdaservicecollection.es6accessorreuseflatMapvariables in csstoArrayprotocol-buffersmoduleisConcatSpreadableconfigpipespawntrimLeftmockingelectronstreamscoercibleESnextchromeprettylesscssjsxswfspinnerencryptiondeterministicless.jsmapreducescheme-validationPushRegExp.prototype.flagscolourdayjsgetterbundlerietypanionregexexpresscacheworkspace:*babelfilterzxbcryptuploadsnspoint-freegenericsajaxurldirectoryequalitytrimEndlengthcss nestingObject.fromEntriesRxJSpyyamldescriptorqueuewindowsWebSocketqsgroupBytranspilerpredictableasciinameeslintplugincss variableremovevestReactiveXroutingdataViewdom-testing-libraryidentifiersfnmatchtrimECMAScript 6xhrHyBinodejsvalueserializesameValueZerolanguageconstpreserve-symlinksreadableES2016dotenvUint8ClampedArrayimmutableES3framerrequirerulescensorpasswordcommanderargumentacornYAMLworkerdatastructurefindLastdeleteback-endec2error-handlingl10niterationelasticacheflagsjsonUnderscoreArray.prototype.includesmoveObject.assignignore__proto__consumestarterjsObjectargvemithas-owneverycommandcallboundwhatwgstyleguidehashyupmomentarktypees6shebangphoneutilArray.prototype.filtereslint-plugineast-asian-widthirqes7waapiarraybuffersharedarraybufferECMAScript 7zodRxforkglobalstermformsES2018mkdirsglacierpuredeep-cloneprunechineseentriespromisesomeassertasterisksbundlingnpmignorenumberECMAScript 2015definereal-timemakearraysuser-streamsCSSclassnameexecuteInt16Array6to5varcliexpressionloadingbyteLengthreactcheckansiapollolastfunctionaljoiimportexportrecursiverandomttyservertslibauthterminalwalkmetadatazerojapanesetostringtagreadablestreaminferenceconcatMaphookformkinesisfile systemharmonyreact-hooksformObject.getPrototypeOfregular-expressionfileemrpropstateserializercontainsjshintinternaldomFloat64ArraypropertiesRegExp#flagsbinarieswaitfscss lessjavascriptbddgdprfluxcloudtrailnopegetPrototypeOfviewtoobjectsyntaxerrorwafECMAScript 5iteratorReactiveExtensionsURLSearchParams.gitignoretypeoftc39Uint32Array
4.10.68

11 months ago

4.10.67

11 months ago

4.10.66

11 months ago

4.10.65

11 months ago

4.10.64

11 months ago

4.10.63

11 months ago

4.10.62

11 months ago

4.9.62

11 months ago

4.9.61

11 months ago

4.9.60

11 months ago

4.9.59

11 months ago

4.9.58

11 months ago

4.8.58

12 months ago

4.7.58

12 months ago

4.7.57

12 months ago

4.7.56

12 months ago

4.7.55

12 months ago

4.7.54

12 months ago

4.7.53

12 months ago

4.7.52

12 months ago

4.7.51

12 months ago

4.7.50

12 months ago

4.7.49

12 months ago

4.7.48

12 months ago

4.6.48

12 months ago

4.6.47

12 months ago

4.6.46

12 months ago

4.6.45

12 months ago

4.6.44

12 months ago

4.6.43

12 months ago

4.6.42

12 months ago

4.6.41

12 months ago

4.5.41

1 year ago

4.5.40

1 year ago

4.5.39

1 year ago

4.5.38

1 year ago

4.5.37

1 year ago

4.5.36

1 year ago

4.4.36

1 year ago

4.3.36

1 year ago

4.3.35

1 year ago

4.3.34

1 year ago

4.3.33

1 year ago

4.3.32

1 year ago

4.3.31

1 year ago

4.3.30

1 year ago

3.3.30

1 year ago

3.3.29

1 year ago

3.3.28

1 year ago

3.3.27

1 year ago

3.3.26

1 year ago

3.3.25

1 year ago

3.3.24

1 year ago

3.3.23

1 year ago

3.3.22

1 year ago

3.3.21

1 year ago

3.3.20

1 year ago

3.3.19

1 year ago

3.3.18

1 year ago

3.3.17

1 year ago

3.3.16

1 year ago

3.3.15

1 year ago

3.2.15

1 year ago

3.2.14

1 year ago

3.2.13

1 year ago

3.2.12

1 year ago

3.2.11

1 year ago

3.2.10

1 year ago

2.2.10

1 year ago

2.2.9

1 year ago

2.2.8

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago