1.7.8 • Published 2 years ago

@iotechpis/utils v1.7.8

Weekly downloads
5
License
ISC
Repository
github
Last release
2 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

2 years ago

1.7.7

2 years ago

1.7.6

2 years ago

1.7.3

3 years ago

1.7.5

2 years ago

1.7.2

3 years ago

1.7.0

3 years ago

1.6.9

3 years ago

1.6.11

3 years ago

1.6.10

3 years ago

1.6.8

3 years ago

1.6.7

3 years ago

1.6.6

3 years ago

1.6.4

3 years ago

1.6.5

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.3.3

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago