A utility function to execute Alwatr API & Database calls with TypeScript type safety using the Safe Result Pattern.
npm install @nexim/api-connect!NPM Version
!npm bundle size
!Build & Lint & Test
!NPM Downloads
!NPM License
@nexim/api-connect utility function to execute Alwatr API & Database calls with TypeScript type safety.
This package implements the Safe Result Pattern to handle errors gracefully without crashing the application, ensuring robust and predictable behavior in your web applications.
Install the package using npm or yarn:
``sh
npm install @nexim/api-connect
Read full documentation here.