UNPKG

next-pocketbase-auth

Version:

Wrapper for Next.js applications using PocketBase, with support for both client and server components

8 lines (7 loc) 177 B
export declare class Lazy<T> { #private; private readonly factory; constructor(factory: () => T); get value(): T; static of<T>(factory: () => T): Lazy<T>; }