2.0.2 • Published 13 days ago

@teamteanpm2024/magni-quidem-earum v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days 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 @teamteanpm2024/magni-quidem-earum 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/@teamteanpm2024/magni-quidem-earum@latest/dist/@teamteanpm2024/magni-quidem-earum.iife.min.js"></script>

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

Or installing with npm i @teamteanpm2024/magni-quidem-earum and then:

Standard module system

// This will use the module path in the package.json (src/index.js)
import * as K from '@teamteanpm2024/magni-quidem-earum'

Common JS

// For the prod minified version
const K = require('@teamteanpm2024/magni-quidem-earum')

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
extensionObject.valuesjsxObject.getPrototypeOfoutputestreewebreduxmergecurldefinecorseslint-pluginshebangbcryptfind-uphookscss lessdatagetintrinsicefficientReactiveExtensionsjsonschemaextrawalkingtrimbusysequenceworkspace:*keysbootstrap csscloneviewargvcolorssymbolsstringifyreact posegesturestypedkeygroupByeventDispatcherwhatwgWeakSetescapebreakboundnegativeutil.inspectinterruptsincludesqueueStyleSheetECMAScript 2021openrequestRxconsolemixinssuperagentmonoreposharedarraybufferprocessbuffersrecursivesortObject.definePropertytouchJSON-SchemacolourdirectoryinferencequerystringSymbolreact-hook-formhookformchannelconstreact-hooksfindLastIndexrm -frsettercommanderRegExp.prototype.flagshandlersless compilervalidtimetaskdebugbindautoprefixerbundlerbabelArray.prototype.includesobjectes7functionalkoreansomepreserve-symlinksinstallerreadableutilbytecheckcryptgdprObject.keysECMAScript 2022regular expressionconnectaccessibilityclassnamefast-copywatch@@toStringTages2018arktypeform-validationgroupstyleguidejson-schema-validationjestpostcssoptimist-0toStringTagdotenvxtermUint32ArraytrimEndreactCSSStyleDeclarationArrayBuffer#slicelintlockfiledeep-cloneformsArray.prototype.containsbootstrap lessbyteOffsetcopydeleteiterationindicatorgetterguidtypesafemiddlewaresymboldirastsharedReactiveXinputsafeforEachgetPrototypeOfstringifierWebSocketseslintloggingfastclonelook-upconfigmapqsauthenticationpluginsettingsjson-schema-validatoreventstapcurriedES8fullwidthstreamredux-toolkitapivalidatoreventEmitterhigher-orderlibphonenumberstringruntimeES2019watchFileInt16ArraysyntaxerrorbrowserlisttakeconcatponyfillcjkshimirqshrinkwrapintrinsicweaksetmakejavascriptjoirobustsetPrototypeOfthrottlees-shimsassertseast-asian-widthmatcheshasOwntypedarrayRFC-6455Object.entriesbundlingratenested cssvalidateexit-code_.extendregexwalkcomputed-typesArrayBufferdeepwordwrapwgetECMAScript 2017setcollection.es6autherror-handlingRxJSArray.prototype.flatspeedstylesgradients csstoArrayvarwritablergbyupsuperstructsortedjson-schemaquerydependenciespipefindLastcharacterkarmaconcatMapunicodejsdomenderfunctionsprettyparentoperating-systemposeimportinternalpropertiesstdlibcompareFloat64ArraynumbergetOwnPropertyDescriptorxssObject.assignchailinuxmochababel-coreglobpatchcircularrm -rfInt8ArrayemojitranspilerES2016
2.0.2

13 days ago

2.0.1

14 days ago

2.0.0

15 days ago

1.0.0

16 days ago