1.2.2 • Published 2 years ago

@mellow.cobra/lib v1.2.2

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

MC Lib

@mellow.cobra/lib

The MellowCobra Library for JavaScript is a collection of common methods for standard operations to fill in gaps in the existing standard JS library.

It contains functions for common operations that I find myself doing all over the place.

Documentation

Documentation is built from the code directly using TypeDoc and can be viewed here

Modules:

  • Arr - A collection of methods for dealing with arrays
  • Fn - A collection of methods for dealing with functions
  • Obj - A collection of methods for dealing with objects
  • Str - A collection of methods for dealing with strings
  • Util - A collection of utility methods for checking equality of various values

Installation

NPM

npm install @mellow.cobra/lib

Yarn

yarn add @mellow.cobra/lib

Usage

Import each module as needed

import { Arr } from "@mellow.cobra/lib"

console.log(Arr.lastItem([1, 2, 3]))   // 3

Import all modules in a single namespace

import MCLib from "@mellow.cobra/lib"

console.log(MCLib.Arr.lastItem([1, 2, 3]))   // 3
1.2.0

2 years ago

1.1.4

2 years ago

1.2.2

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago