Documentation - v1.6.0-beta.24
    Preparing search index...

    Interface for resolving and transforming paths. Implementations of this interface define how specific path patterns should be transformed into other formats or namespaces.

    interface PathResolver {
        transformPath(path: string): string;
    }

    Implemented by

    Index

    Methods