UNPKG

harperdb

Version:

HarperDB is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.

4 lines (3 loc) 227 B
import type { Component } from './Component.js'; import type { ComponentV1 } from './ComponentV1.js'; export declare function deriveURLPath(component: Component | ComponentV1, path: string, type: 'file' | 'directory'): string;