UNPKG

@digital-gov-mg/nui-federation-sdk

Version:

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

8 lines (7 loc) 178 B
export declare const getCookie: ({ name }: { name: string; }) => string; export declare const setCookie: ({ name, value }: { name: string; value: string; }) => void;