DOM utilities
Creates a HTML element.
The type of element.
The classes to add.
INI API.
Argument parsing API.
Parse a command string.
The argument string to parse.
Strips the options from an argument array.
Where to start stripping.
The argument array to use.
The filter to use.
CLI utilities.
Represents a progress bar.
Represents a console spinner.
Size formatting API.
UUID API.
UUIDv4 Function
Converts a blob to data URI.
The blob to convert.
Clamps a number within the specified range.
The minimum value.
The maxmimum value.
The number to use.
Converts a data URI to Blob.
The data URI to convert.
Escapes HTML.
The HTML to escape.
Resolves a mimetype from extension.
The extension of the file to resolve the mimetype for.
Resolves a mimetype from file path.
The path of the file to retrieve the mimetype of.
Echos the value of a value. Trys to print the value out in the best way possible given the different types.
The object to print out.
Optional options object that alters the output.
Checks whether a string is a data URL.
The data URL to check.
Returns whether the specified string is a URL.
The string to check.
Generates a random number between min
and max
.
The minimum value.
The maximum value.
Request a console terminal window.
Terminal window title.
Terminal window icon.
Whether to disable the controlbox. Default = false.
XTermInterface
Sideloads a zip to the system drive.
The URL of the ZIP to sideload.
Promisified setTimeout()
.
The number of seconds to timeout for.
Generated using TypeDoc
Utilities API.