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

5 lines (4 loc) 137 B
import { HTTP, http } from './http'; import type { HTTPModule } from './http-module'; export { HTTP, http }; export type { HTTPModule };