@common-utilities/head
Advanced tools
Comparing version 0.0.2 to 0.0.3
/** | ||
* head 👤 | ||
* ---- | ||
* A common utility returning the first item in an array | ||
* ---- | ||
* @param {array} | ||
@@ -4,0 +7,0 @@ * @returns {item} returns the first item of an array |
@@ -5,2 +5,5 @@ "use strict"; | ||
* head 👤 | ||
* ---- | ||
* A common utility returning the first item in an array | ||
* ---- | ||
* @param {array} | ||
@@ -7,0 +10,0 @@ * @returns {item} returns the first item of an array |
{ | ||
"name": "@common-utilities/head", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A basic implementation of the common utility function, Head 👤", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "6a7e5b4c5a9cee469b6da45ab024189c2ba60447" | ||
"gitHead": "97aa7238b52ada20611cac72a7a28e8de0ebd30c" | ||
} |
# @common-utilities/head 🧰👤 | ||
A common function for return the value of the first item in an Array. | ||
**Head** is a common function for return the value of the first item in an Array. | ||
@@ -5,0 +5,0 @@ ## Install |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3917
49