@micro-router
    Preparing search index...

    Type Alias MatchRegexpOpts<K>

    type MatchRegexpOpts<K extends string> = {
        path?: K;
        regexp: RegExp;
    }

    Type Parameters

    • K extends string
    Index

    Properties

    Properties

    path?: K
    regexp: RegExp