Skip to content

This is all data type utilities for saving time and easy working process.

License

Notifications You must be signed in to change notification settings

REACT-DEVELOPER-IBROKHIM/npm-dtu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTU ( DATA TYPE UTILITIES )

How to use:

in ES6+

  1. import "dtu"

in ES5

  1. require "dtu"

This package is used for saving time in simple and daily workflows. For example:

  1. String modification
  • uppercase first letter, last letter or any letter ( String.up( || "end" || undefined ))
  • lowercase first letter, last letter or any letter ( String.low( || "end" || undefined ))
  • easy reverse of letters ( String.revorder( || string: ? ))
  1. Array modification
  • remove duplicates with a single method ( Array.removeDuplicates() )
  • filter array which leaves only given data type ( Array.arrOnly("string" || "number" || ... ))
  1. Compare data types
  • compare data easily with isEqual() function ( isEqual()) true | false

About

This is all data type utilities for saving time and easy working process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published