@cloudflare/workers-utils@0.30.0
Minor Changes
-
#14785
5e6556aThanks @dario-piotrowicz! - AddtoUrlPathandUrlPathexportstoUrlPath(filePath)converts a file-system path into a URL-safe path by replacing backslashes with forward slashes and rejecting Windows drive-letter prefixes (e.g.C:).UrlPathis the branded string type it returns, letting callers prove at the type level that a string has been normalized for use in URLs.