UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 291 B
import type { PromptbookStorage } from '../_common/PromptbookStorage'; /** * Gets wrapper around `localStorage` object which can be used as `PromptbookStorage` * * @public exported from `@promptbook/browser` */ export declare function getLocalStorage<TItem>(): PromptbookStorage<TItem>;