Documentation - v1.2.0-alpha.3
    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