UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

8 lines (7 loc) 221 B
import type { string_url } from '../../types/string_url'; /** * Adds suffix to the URL * * @public exported from `@promptbook/utils` */ export declare function suffixUrl(value: URL, suffix: `/${string}`): string_url;