UNPKG

@uin-federation/sdk

Version:

This SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API

8 lines 234 B
export declare const getCookie: ({ name }: { name: string; }) => string | undefined; export declare const setCookie: ({ name, value }: { name: string; value: string; }) => void; //# sourceMappingURL=cookie-process.d.ts.map