Skip to content

Types: ParseUrlOptions

ts
type ParseUrlOptions = object;

Properties

PropertyTypeDescription
removeTrailingSlashes?booleanWhether to remove trailing slashes from the path. When true, trailing slashes will be removed from the path. Default true