Kito Framework - v1.0.0-alpha.8
    Preparing search index...

    Interface ParsedUrl

    interface ParsedUrl {
        pathname: string;
        search: string | null;
        query: Record<string, string | string[]>;
    }
    Index

    Properties

    Properties

    pathname: string
    search: string | null
    query: Record<string, string | string[]>