0.0.94 • Published 3 years ago

n96-convenience v0.0.94

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

n96-convenience / n96-essentials

This is inspired this package X.

To simplify the process and standardize the implementation of reoccurring needs, I have decided to put this package together.

The code in this package may be pulled out and put into it's own, highly focused, package. Part of this package objective is to simplify the process, which includes setting up packages. This will be a monolithic code base that will be slowly wilded down, where it makes sense, with the creation of smaller more focused packages, akin to n96-postgres.

This code base can be thought of as a global utility folder.

Data Types

These are utilities on both native data types and could include camel casing keys and the act of concating child keys of an object. There are also custom data types like N96Error.

import { datatypes } from "n96-convenience";

Custom

Native

Plain Old Objects (poos)

These are exactly what the name says, JavaScript objects. Sometimes it is useful for there to be some level of state between calls and so here is where code that has not only data (properties) but performs behaviors and/or transformations on that data (methods).

Plain Old Functions (pofs)

These are exactly what the name says. Here is where pure functions are found.

0.0.94

3 years ago

0.0.91

3 years ago

0.0.93

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago