UNPKG

paypal-custom-sdk

Version:

a minimalistic paypal sdk for custom integrations

3 lines (2 loc) 118 B
export declare const getItem: <T>(key: string) => T; export declare const setItem: (key: string, value: any) => void;