UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

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