1.2.0 • Published 5 months ago

shegit v1.2.0

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

Shegit

Shegit modular utilities. Shegit makes JS user-friendly by providing helper functions for working with different types of data.

We would be happy if you visit our GitHub.

Documentation

See https://or-temka.github.io/shegit/

Installation

  1. Installation npm (global):

    npm i -g npm
  2. Installation shegit package last version:

    npm install --save shegit

Example of Using

  import { toColor } from 'shegit'

  // RGB custom object to RGB array
  toColor({123, () => "+4", 500}, "array") // [123, 4, 255]
1.2.0

5 months ago

1.0.2

9 months ago

1.1.0

6 months ago

1.0.3

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago