UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

9 lines (8 loc) 367 B
import type { string_name } from '../../../types/typeAliases'; /** * Converts a name to a properly formatted subfolder path for cache storage. * Handles normalization and path formatting to create consistent cache directory structures. * * @private for `FileCacheStorage` */ export declare function nameToSubfolderPath(name: string_name): ReadonlyArray<string>;