UNPKG

@promptbook/remote-client

Version:

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

11 lines (10 loc) 392 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>; /** * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser` */