Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "famulus", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "JavaScript utility library with custom helpers. Add your own.", | ||
@@ -5,0 +5,0 @@ "main": "famulus.js", |
@@ -14,3 +14,3 @@ var isString = require('lodash/isString'); | ||
* @param {Number} start - The position where to start the extraction. First character is at index 0. | ||
* @param {Number=} length - The number of characters to extract. If omitted, it extracts the rest of the string. | ||
* @param {Number?} length - Optional. The number of characters to extract. If omitted, it extracts the rest of the string. | ||
* @returns {String} Returns extract part of a string. | ||
@@ -17,0 +17,0 @@ * @example |
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
2760