mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
ci: add registry-url
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
* @name timestamp
|
||||
* @category Utils
|
||||
* @description Returns the current timestamp
|
||||
*
|
||||
*
|
||||
* @returns {number} The current timestamp
|
||||
*
|
||||
*
|
||||
* @since 0.0.2
|
||||
*/
|
||||
export const timestamp = () => Date.now();
|
||||
@@ -13,9 +13,9 @@ export const timestamp = () => Date.now();
|
||||
* @name noop
|
||||
* @category Utils
|
||||
* @description A function that does nothing
|
||||
*
|
||||
*
|
||||
* @returns {void} Nothing
|
||||
*
|
||||
*
|
||||
* @since 0.0.2
|
||||
*/
|
||||
export const noop = () => {};
|
||||
|
||||
Reference in New Issue
Block a user