Whether or not the passed object is already a date. (Either a [[Moment]] object, or a JavaScript [[Date]] object.)
Whether a string is empty.
Iterate over a set of (optional) properties on the source object, and apply them to the target converting them to @Moment objects in the process.
Iterate over a set of (optional) properties on the source object, and apply them to the target.
Create a date string from any form of date (JavaScript [[Date]], [[Moment]], or epoch). Dates in Twitarr.js will always be converted internally to UTC before stringifying to avoid time zone issues.
Create a [[Moment]] from any form of date (JavaScript [[Date]], [[Moment]], or epoch). [[Moment]] dates in Twitarr.js will always be converted internally to UTC to avoid time zone issues.
Generated using TypeDoc
A utility class for random stuff.