1.0.10 • Published 3 months ago

dtu v1.0.10

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

DTU ( DATA TYPE UTILITIES )

How to use:

in ES6+

  1. import "dtu"

    in ES5

  2. 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
1.0.8

3 months ago

1.0.10

3 months ago

1.0.7

1 year ago

1.0.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago