UNPKG

next

Version:

The React Framework

4 lines (3 loc) 230 B
import 'server-only'; export declare function encryptActionBoundArgs(actionId: string, args: any[]): Promise<string>; export declare function decryptActionBoundArgs(actionId: string, encrypted: Promise<string>): Promise<unknown>;