Comparing version 1.2.8 to 1.2.9
@@ -0,1 +1,9 @@ | ||
declare module slugify { | ||
type ExtendArgs = { | ||
[key: string]: any; | ||
} | ||
export function extend (args: ExtendArgs): void; | ||
} | ||
declare function slugify( | ||
@@ -10,4 +18,5 @@ string: string, | ||
| string, | ||
): string; | ||
export default slugify; |
{ | ||
"name": "slugify", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Slugifies a String", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
11370
80