@hybridly/utils
Advanced tools
Comparing version 0.0.1-alpha.19 to 0.0.1-alpha.20
@@ -43,2 +43,3 @@ import makeDebugger from 'debug'; | ||
declare function merge<T>(x: Partial<T>, y: Partial<T>): T; | ||
declare function removeTrailingSlash(string: string): string; | ||
@@ -57,2 +58,2 @@ declare const debug: { | ||
export { FormDataConvertible, RequestData, debounce, debug, hasFiles, match, merge, objectToFormData, random, showPageComponentErrorModal, showResponseErrorModal, value, when }; | ||
export { FormDataConvertible, RequestData, debounce, debug, hasFiles, match, merge, objectToFormData, random, removeTrailingSlash, showPageComponentErrorModal, showResponseErrorModal, value, when }; |
{ | ||
"name": "@hybridly/utils", | ||
"version": "0.0.1-alpha.19", | ||
"version": "0.0.1-alpha.20", | ||
"description": "A solution to develop server-driven, client-rendered applications", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24353
694