Stone.js API
    Preparing search index...

    The shape this module reads from a route, duck-typed so it never imports the router.

    interface RouteLike {
        getOption: <T = unknown>(key: string, fallback?: T) => T;
    }
    Index
    getOption: <T = unknown>(key: string, fallback?: T) => T