UNPKG

@remcostoeten/fync

Version:

A unified TypeScript library for easy access to popular APIs (GitHub, Spotify, GitLab, etc.)

5 lines 163 B
/** * Demo function showing how the error handling system works */ export declare function demoErrorHandling(): Promise<void>; //# sourceMappingURL=demo.d.ts.map