cafe-utility
Advanced tools
Comparing version 26.2.1 to 26.3.0
@@ -172,2 +172,3 @@ type Indexable = number | string; | ||
declare function slugify(string: string, shouldAllowToken?: (character: string) => boolean): string; | ||
declare function normalForm(string: string): string; | ||
declare function camelToTitle(string: string): string; | ||
@@ -859,2 +860,3 @@ declare function slugToTitle(string: string): string; | ||
slugify: typeof slugify; | ||
normalForm: typeof normalForm; | ||
enumify: typeof enumify; | ||
@@ -861,0 +863,0 @@ escapeHtml: typeof escapeHtml; |
{ | ||
"name": "cafe-utility", | ||
"version": "26.2.1", | ||
"version": "26.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
138599
4077