UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

3 lines (2 loc) 242 B
export declare function isError(e: any): e is Error; export declare function rethrowDecorator<Args extends any[], Return, F extends (...args: Args) => Promise<Return>>(func: F, beforeRethrow: (error: any, ...args: Args) => Promise<void>): F;