1.7.8 • Published 3 years ago

@iotechpis/utils v1.7.8

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

npm-iotechpis_utils

Documentation

https://docs.iotech.pt/npm/@iotechpis/utils/index.html

Install

npm i @iotechpis/utils -s

How to use namespace Object globally

Just use this outside of anything in your code

require("@iotechpis/utils")._Object;

Now all the functions from the "Namespace Object" are available in JS Object

Example:

require("@iotechpis/utils")._Object;


let a = {k: 1};
let b = {k: 2};

Object.isEqual(a,b); //returns false

How to use namespace String globally

Just use this outside of anything in your code

require("@iotechpis/utils")._String;

Now all the functions from the "Namespace String" are available in JS String

Example:

require("@iotechpis/utils")._String;

let a = "Piqué";
a.latinize(); //returns "Pique"
1.7.8

3 years ago

1.7.7

4 years ago

1.7.6

4 years ago

1.7.3

4 years ago

1.7.5

4 years ago

1.7.2

4 years ago

1.7.0

4 years ago

1.6.9

4 years ago

1.6.11

4 years ago

1.6.10

4 years ago

1.6.8

4 years ago

1.6.7

4 years ago

1.6.6

4 years ago

1.6.4

4 years ago

1.6.5

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.5.0

4 years ago

1.4.2

4 years ago

1.3.3

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago