KC's Workspace
    Preparing search index...
    interface LinkMapper {
        assetPath(node: Node, name: string): string;
        getPath(node: string | Node): string;
        relativePath(source: string | Node, target: string | Node): string;
    }
    Index

    Methods