UNPKG

@marplex/flarebase-auth

Version:

Firebase/Admin auth SDK for Cloudflare Workers

8 lines (7 loc) 255 B
import { Cache } from './cache'; export declare class TestCache implements Cache { cache: {}; get(key: string, _params?: any): Promise<any>; put(key: string, value: any, _params?: any): Promise<void>; delete(key: string): Promise<void>; }