1.0.30 • Published 3 years ago

@douglasrosa/utils v1.0.30

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

Tools for use in Javascript projects.

Install

npm i @douglasrosa/utils OR yarn add @douglasrosa/utils

Import

const utils = require("@douglasrosa/utils") OR const { ... } = require('@douglasrosa/utils') OR import { ... } from '@douglasrosa/utils'

FunctionDescription
isBlank(any)Verify if value is blank
isPresent(any)Verify if value is present
toArray(any)Convert to array
mod10(String)Digit verifier to use in barcode serial
cleanObject(Object)Set the value of keys to null OR deletes them
1.0.29

3 years ago

1.0.27

3 years ago

1.0.30

3 years ago

1.0.19

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.8

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.0

3 years ago