1.3.1 • Published 5 years ago

@dominic_mine/dom-module v1.3.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

A custom module made by Dominic, used in node.js. This module was meant for storing functions.

np Importing the module: const dom = require('@dominic_mine/dom-module');

dom.throttle(function, delay): Keep the spamming of a function. You set the a function to run, then set the delay in milliseconds.

dom.countdown(date):

This function uses the new Date() and Date.parse()

.totaltime => Displays the total time in a human readable string

Keep in mind that the options below will be one off, due to how time works

.milliseconds => Displays the time in milliseconds
.days => Displays the time in days
.hours => Displays the time in hours
.minutes => Displays the time in minutes
.seconds => Displays the time in seconds

dom.randomItem(array): This function grabs a random item from an array.

How versions work:

Given a version number MAJOR.MINOR.PATCH, increment the:
    MAJOR version: Incompatible API changes or a huge leap forward
    MINOR version: Functionality in a backwards-compatible manner or cleaned code/syntax
    PATCH version: Backwards-compatible bug fixes or very small changes

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
More info: https://semver.org

Known Vulnerabilities Hope you find this module useful!

1.3.1

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago