Comparing version 5.0.1 to 5.0.2
@@ -5,5 +5,5 @@ export function camelback(name: string): string; | ||
export function underscore(name: string): string; | ||
export function split(name: string): Array<string>; | ||
export function split(name: string): string[]; | ||
export default "./varname"; | ||
declare namespace ___home_runner_work_varname_varname_lib_varname_ { } | ||
//# sourceMappingURL=varname.d.ts.map |
@@ -63,3 +63,3 @@ 'use strict'; | ||
* The variable name to split. | ||
* @returns {Array<string>} | ||
* @returns {string[]} | ||
* Returns the variable name split into separate parts. | ||
@@ -66,0 +66,0 @@ */ |
{ | ||
"name": "varname", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Convert strings between different variable naming formats", | ||
@@ -40,4 +40,3 @@ "keywords": [ | ||
"@commitlint/config-conventional": "^17.0.0", | ||
"@rowanmanning/eslint-config": "^6.0.0", | ||
"chai": "^4.3.6", | ||
"@rowanmanning/eslint-config": "^7.0.0", | ||
"eslint": "^8.10.0", | ||
@@ -61,2 +60,2 @@ "husky": "^8.0.1", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
9
8255