Interface UrlParserProps

Properties for the UrlParser

interface UrlParserProps {
    urlSanitize?: boolean;
}

Properties

Properties

urlSanitize?: boolean